Skip to content

Commit

Permalink
Move common/sleep.py to resource-timing/sleep.py
Browse files Browse the repository at this point in the history
Part of #17913.
  • Loading branch information
zcorpan committed Oct 9, 2019
1 parent 819a234 commit 2e3c714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resource-timing/SyntheticResponse.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import urllib
import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), "../common/"))
import sleep

def main(request, response):
Expand Down
File renamed without changes.

0 comments on commit 2e3c714

Please sign in to comment.