Changed line interpreter in python2

develop
Самоукин Алексей 14 years ago
parent 9dd49621d7
commit eca74c3588

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#-*- coding: utf-8 -*-
# Copyright 2010 Calculate Ltd. http://www.calculate-linux.org

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#-*- coding: utf-8 -*-
# Copyright 2010 Calculate Ltd. http://www.calculate-linux.org

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# setup.py --- Setup script for calculate-assemble

Loading…
Cancel
Save