Skip to content

Commit

Permalink
Merge e83b1b6 into fab17b0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzury Bar Yochay committed Feb 24, 2014
2 parents fab17b0 + e83b1b6 commit b834fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Navigate, import, and retrieve the version of the project.
_imp = get_importer(path.join(BASE_DIR, 'src', 'saml'))
meta = _imp.find_module('meta').load_module()
meta = _imp.find_module('meta').load_module('meta')

setup(
name='saml',
Expand Down

0 comments on commit b834fb7

Please sign in to comment.