Browse Source

Hotfix: Roll back an attempt to let the system know we want Python 2. Its better to make the uploader Python 3 compatible

sbg
Lorenz Meier 12 years ago
parent
commit
a03a2f9231
  1. 2
      Tools/px_mkfw.py
  2. 2
      Tools/px_uploader.py

2
Tools/px_mkfw.py

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.

2
Tools/px_uploader.py

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.

Loading…
Cancel
Save