summaryrefslogtreecommitdiffstats
path: root/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'command.py')
-rw-r--r--command.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/command.py b/command.py
index 0205932d..9d5d56ee 100644
--- a/command.py
+++ b/command.py
@@ -13,14 +13,14 @@
13# limitations under the License. 13# limitations under the License.
14 14
15import multiprocessing 15import multiprocessing
16import os
17import optparse 16import optparse
17import os
18import re 18import re
19 19
20from event_log import EventLog
21from error import NoSuchProjectError
22from error import InvalidProjectGroupsError 20from error import InvalidProjectGroupsError
21from error import NoSuchProjectError
23from error import RepoExitError 22from error import RepoExitError
23from event_log import EventLog
24import progress 24import progress
25 25
26 26