From 099a5063443ffaee1339b7df0bedd8dbd5955d88 Mon Sep 17 00:00:00 2001 From: "Eric W. Anderson" Date: Thu, 28 Feb 2013 23:59:31 -0500 Subject: [PATCH] Expliclity refer to pwd for arugments package --- clint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clint/__init__.py b/clint/__init__.py index 7e52439..dbda44b 100644 --- a/clint/__init__.py +++ b/clint/__init__.py @@ -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