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