Fix INET6 sockets

This commit is contained in:
Florian Mounier
2014-01-30 14:32:15 +01:00
parent 4180c3cc26
commit 0a14b94b1a
27 changed files with 41 additions and 27 deletions

6
dev.py
View File

@@ -7,9 +7,9 @@ import sys
import shlex
commands = [
'coffee -wcb -j app/static/javascripts/main.js ' +
' '.join(glob('app/static/coffees/*.coffee')),
'compass watch app/static',
'coffee -wcb -j butterfly/static/javascripts/main.js ' +
' '.join(glob('butterfly/static/coffees/*.coffee')),
'compass watch butterfly/static',
'python butterfly.py ' + ' '.join(sys.argv[1:])
]