summaryrefslogtreecommitdiffstats
path: root/module/cli/printer.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/cli/printer.py')
-rw-r--r--module/cli/printer.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/cli/printer.py b/module/cli/printer.py
index c62c1800e..0b2f5a0e3 100644
--- a/module/cli/printer.py
+++ b/module/cli/printer.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# -*- coding: utf-8 -*-
def blue(string):
@@ -23,4 +22,4 @@ def white(string):
return "\033[1;37m" + unicode(string) + "\033[0m"
def println(line, content):
- print "\033[" + str(line) + ";0H\033[2K" + content \ No newline at end of file
+ print "\033[" + str(line) + ";0H\033[2K" + content