Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markflorisson committed Apr 8, 2013
1 parent d230530 commit 1c6861e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -92,7 +92,7 @@ def register_pyextensibletype():
root = os.path.dirname(os.path.abspath(__file__))
deps_root = os.path.join(root, 'deps')
pyext_root = os.path.join(deps_root, 'pyextensibletype')
pyext_dst = os.path.join("root", "numba", "pyextensibletype")
pyext_dst = os.path.join(root, "numba", "pyextensibletype")

if os.path.exists(pyext_dst):
shutil.rmtree(pyext_dst)
Expand Down

0 comments on commit 1c6861e

Please sign in to comment.