Skip to content

Commit

Permalink
Fix script to import newly named package
Browse files Browse the repository at this point in the history
  • Loading branch information
emibcn committed May 22, 2021
1 parent 34e247f commit db93df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pywisp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-

from pywisp.pywisp import main
from pywisp_emibcn.pywisp import main

if __name__ == "__main__":
exit(main())

0 comments on commit db93df4

Please sign in to comment.