Expliclity refer to pwd for arugments package

This commit is contained in:
Eric W. Anderson
2013-02-28 23:59:31 -05:00
parent d7fdbe85a9
commit 099a506344
+1 -1
View File
@@ -18,7 +18,7 @@ except ImportError:
import collections
collections.OrderedDict = OrderedDict
from arguments import *
from .arguments import *
from . import textui
from . import utils
from .pipes import piped_in