Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Small import bug in __init__.py #85

Closed
erezsh opened this issue Jan 28, 2013 · 1 comment
Closed

Small import bug in __init__.py #85

erezsh opened this issue Jan 28, 2013 · 1 comment

Comments

@erezsh
Copy link

erezsh commented Jan 28, 2013

Here's the fix diff :

--- 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

@kennethreitz
Copy link
Owner

I might start hacking again on clint soon.

If I do, i'm going to remove most of args in favor of docopt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants