1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-09 19:52:16 +00:00

make it ready for packaging

This commit is contained in:
Andre-Nam 2014-05-10 18:11:20 +02:00
parent 490a01849f
commit c29a2284b8
14 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
sys.path.insert(0, '/path/to/the/supysonic/app')
from supysonic.web import create_application
application = create_application()