Skip to content

Commit

Permalink
Fix up numba_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartarchibald committed Feb 4, 2020
1 parent 35bd51d commit 2720992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/numba
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import

from numba.numba_entry import main
from numba.misc.numba_entry import main

if __name__ == "__main__":
main()
Empty file added numba/core/__init__.py
Empty file.

0 comments on commit 2720992

Please sign in to comment.