Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Dec 21, 2014
1 parent 7857a18 commit 02b959a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified alfred-workflow.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion workflow/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1
2 changes: 1 addition & 1 deletion workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ def version(self):
version = fileobj.read()

if version:
from .update import Version
from update import Version
version = Version(version)

self._version = version
Expand Down

0 comments on commit 02b959a

Please sign in to comment.