move import

This commit is contained in:
Jeremy Carbaugh 2011-06-03 13:56:37 -04:00
parent f0543842c1
commit 662b43b0ed

View File

@ -1,3 +1,4 @@
import os
import urllib2 import urllib2
""" """
General utilities used within saucebrush that may be useful elsewhere. General utilities used within saucebrush that may be useful elsewhere.
@ -93,7 +94,6 @@ class Files(object):
return self.linereader() return self.linereader()
def linereader(self): def linereader(self):
import os
for path in iter(self.paths): for path in iter(self.paths):
if os.path.exists(path): if os.path.exists(path):
if self.file_open_callback: if self.file_open_callback: