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

This commit is contained in:
Lorenz Meier 2013-03-18 09:38:35 +01:00
parent c9c2c7504a
commit a03a2f9231
2 changed files with 2 additions and 2 deletions

View File

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

View File

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