move import
This commit is contained in:
parent
f0543842c1
commit
662b43b0ed
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user