Skip to content

Commit

Permalink
fix import for reorganized CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaian committed Apr 23, 2015
1 parent 3871e2f commit bde640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/commands.py
Expand Up @@ -32,7 +32,7 @@

try:
from bitmessage.bitmessage import Bitmessage
from backend.controller import Controller
from controllers.controller import Controller
except:
print ("Error: could not import BitMessage dependencies.")

Expand Down

0 comments on commit bde640d

Please sign in to comment.