Skip to content

Commit

Permalink
Looks like Python 3 ecosystem still has pitfalls with absolute vs. re…
Browse files Browse the repository at this point in the history
…lative imports.
  • Loading branch information
miohtama committed Mar 12, 2018
1 parent 6a73a4a commit 93a1129
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ico/cmd/amlreclaim.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from populus import Project
from populus.utils.cli import request_account_unlock

from ico.logging import setup_console_logging
from ico.logutils import setup_console_logging
from ico.amlreclaim import prepare_csv
from ico.amlreclaim import count_tokens_to_reclaim, reclaim_all

Expand Down
File renamed without changes.

2 comments on commit 93a1129

@ztane
Copy link

@ztane ztane commented on 93a1129 Mar 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waht?

@ztane
Copy link

@ztane ztane commented on 93a1129 Mar 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is just that you're running a script inside a package as a top-level script.

Please sign in to comment.