~nataliabidart/magicicada-server/update-copyright-notices

« back to all changes in this revision

Viewing changes to dev-scripts/dev_launcher.py

  • Committer: Natalia
  • Date: 2018-04-05 20:58:20 UTC
  • Revision ID: natalia.bidart@ubuntu.com-20180405205820-8gfl841gm9gr420v
- Fixed shebangs for python scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python -Wignore
 
1
#!/usr/bin/env python
2
2
 
3
3
# Copyright 2008-2015 Canonical
4
4
# Copyright 2015-2018 Chicharreros (https://launchpad.net/~chicharreros)