Merge pull request #101 from AxTheB/devel

Change shebang to run correct python in virtualenv
This commit is contained in:
Gina Häußge 2013-04-15 15:06:09 -07:00
commit b74d9d19ce

2
run
View file

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