fix manage.py importing from the wrong path

This commit is contained in:
justcool393 2023-04-02 00:58:53 -05:00 committed by Ben Rog-Wilhelm
parent 39ce6a4ee9
commit f81dd4b7a2
3 changed files with 8 additions and 12 deletions

View file

@ -13,5 +13,5 @@ def run_command(argv):
sys.exit(result.returncode)
if __name__=='__main__':
if __name__ == '__main__':
run_command(sys.argv)