Alternative approach to manage.py instead of symlink.

Change-Id: Ia51bb220371557685878595a6d86d33baa94cebb
This commit is contained in:
Florian Apolloner 2019-01-15 18:14:08 +01:00
parent cf2bda747b
commit e171aab870
1 changed files with 6 additions and 1 deletions

View File

@ -1 +0,0 @@
ara/server/__main__.py

6
manage.py Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python
from ara.server.__main__ import main
if __name__ == "__main__":
main()