#26 Remove shebang from app.py
Merged 6 years ago by ralph. Opened 6 years ago by lsedlar.
lsedlar/pag lint-errors  into  develop

file modified
-5
@@ -1,5 +1,3 @@ 

- #!/usr/bin/env python

- 

  import click

  

  
@@ -41,6 +39,3 @@ 

  from .commands import gitaliasing

  from .commands import review

  from .commands import upload

- 

- if __name__ == '__main__':

-     app()

The module is not executable, and even running it with python explicitly
gives an error message about relative import outside of a package.

Removing these lines will fix errors reported by rpmlint.

Pull-Request has been merged by ralph

6 years ago
Metadata