Merge pull request #1066 from punkkeks/devel

changed magic line from python->python2
This commit is contained in:
Gina Häußge 2015-09-19 16:29:17 +02:00
commit a431331aa9
3 changed files with 4 additions and 3 deletions

2
run
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import os
import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# coding=utf-8
from setuptools import setup, find_packages

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python2
import sys
from octoprint.daemon import Daemon
from octoprint.server import Server