Kiln » Fog Creek
Clone URL:  

Added missing import declaration.

Changeset dfbe61aa11b3

Parent 7379a3c1336d

by David Golub

Changes to one file · Browse files at dfbe61aa11b3 Showing diff from parent 7379a3c1336d Diff from another changeset...

Change 1 of 1 Show Entire File tests/​kilntest.py Stacked
 
1
2
 
3
4
5
 
1
2
3
4
5
6
@@ -1,5 +1,6 @@
 import json  import sys +import os  import time  import urllib2  from urllib import urlencode