1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2026-02-16 05:55:46 +01:00

Added discs controller, change way that paver run application

This commit is contained in:
2010-05-02 11:21:34 +02:00
parent 9769dfdb76
commit 3b0cb80407
2 changed files with 145 additions and 3 deletions

View File

@@ -126,9 +126,9 @@ def distclean():
@task
def run():
"""run application"""
#sh("PYTHONPATH=%s:$PYTHONPATH bin/gtktalog.py" % _setup_env())
import gtktalog
gtktalog.run()
sh("PYTHONPATH=%s:$PYTHONPATH bin/gtktalog.py" % _setup_env())
#import gtktalog
#gtktalog.run()
@task
def pot():