Skip to content

Commit

Permalink
adding missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Jun 18, 2013
1 parent 082ce79 commit 3c7a507
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -5,6 +5,8 @@
Bcrypt hashing for your Flask.
'''

import os

from setuptools import setup

module_path = os.path.join(os.path.dirname(__file__), 'flask_bcrypt.py')
Expand Down

0 comments on commit 3c7a507

Please sign in to comment.