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

Merge remote-tracking branch 'jelmer/hashbang'

This commit is contained in:
spl0k 2014-02-23 22:36:20 +01:00
commit 692f7d86e3
24 changed files with 2 additions and 0 deletions

0
README.md Executable file → Normal file
View File

0
api/__init__.py Executable file → Normal file
View File

0
api/albums_songs.py Executable file → Normal file
View File

0
api/annotation.py Executable file → Normal file
View File

0
api/browse.py Executable file → Normal file
View File

0
api/chat.py Executable file → Normal file
View File

0
api/media.py Executable file → Normal file
View File

0
api/playlists.py Executable file → Normal file
View File

0
api/search.py Executable file → Normal file
View File

0
api/system.py Executable file → Normal file
View File

0
api/user.py Executable file → Normal file
View File

1
cli.py
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
# coding: utf-8
import sys, cmd, argparse, getpass, time

0
config.py Executable file → Normal file
View File

0
db.py Executable file → Normal file
View File

0
folder.py Executable file → Normal file
View File

0
lastfm.py Executable file → Normal file
View File

View File

@ -1,3 +1,4 @@
#!/usr/bin/python
# coding: utf-8
import config

0
main.wsgi Executable file → Normal file
View File

0
managers/folder.py Executable file → Normal file
View File

0
managers/user.py Executable file → Normal file
View File

0
playlist.py Executable file → Normal file
View File

0
scanner.py Executable file → Normal file
View File

0
user.py Executable file → Normal file
View File

0
web.py Executable file → Normal file
View File