Re-enable task run command. #96

This commit is contained in:
Andrey Smirnov
2014-10-14 00:45:46 +04:00
parent d6c3389d7c
commit 50c8e35a90
5 changed files with 8 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ Commands:
repo manage local package repositories
serve HTTP serve published repositories
snapshot manage snapshots of repositories
task manage aptly tasks
version display version
Use "aptly help <command>" for more information about a command.
+1 -1
View File
@@ -21,6 +21,6 @@ End command output: ------------------------------
4) [Running]: version
Begin command output: ----------------------------
aptly version: 0.8~dev
aptly version: 0.9~dev
End command output: ------------------------------
+1 -2
View File
@@ -2,5 +2,4 @@
Test aptly task run
"""
# disabled for now
#from .run import *
from .run import *