Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 22, 2011
1 parent 011167e commit 5901389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def git_hash(self):


if __name__ == '__main__':
from magicmodule improt git_hash
from magicmodule import git_hash
print 'git hash:', git_hash

0 comments on commit 5901389

Please sign in to comment.