Skip to content

Commit

Permalink
minor cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Nov 7, 2013
1 parent d9f7f4b commit ed5d011
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/main/python/pybuilder/cli.py
Expand Up @@ -25,19 +25,9 @@
from pybuilder.errors import PythonbuilderException
from pybuilder.execution import ExecutionManager
from pybuilder.reactor import Reactor
from pybuilder.terminal import (BOLD,
BROWN,
RED,
GREEN,
bold,
styled_text,
fg,
italic,
print_text,
print_text_line,
print_error,
print_error_line,
draw_line)
from pybuilder.terminal import (BOLD, BROWN, RED, GREEN, bold, styled_text,
fg, italic, print_text, print_text_line,
print_error, print_error_line, draw_line)
from pybuilder.utils import format_timestamp

PROPERTY_OVERRIDE_PATTERN = re.compile(r'^[a-zA-Z0-9_]+=.*')
Expand Down

0 comments on commit ed5d011

Please sign in to comment.