We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efa140 commit e46e7b3Copy full SHA for e46e7b3
run
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python2
2
3
import os
4
import sys
setup.py
# coding=utf-8
from setuptools import setup, find_packages
src/octoprint/__init__.py
@@ -1,4 +1,5 @@
+
from octoprint.daemon import Daemon
5
from octoprint.server import Server
0 commit comments