aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pydora/utils.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pydora/utils.py b/pydora/utils.py
index 9a6d2a1..faa18e5 100644
--- a/pydora/utils.py
+++ b/pydora/utils.py
@@ -102,13 +102,6 @@ class Screen(object):
102 print(Colors.red("Invalid Input!")) 102 print(Colors.red("Invalid Input!"))
103 103
104 104
105def clear_screen():
106 """Clear the terminal
107 """
108 sys.stdout.write("\x1b[2J\x1b[H")
109 sys.stdout.flush()
110
111
112def iterate_forever(func, *args, **kwargs): 105def iterate_forever(func, *args, **kwargs):
113 """Iterate over a finite iterator forever 106 """Iterate over a finite iterator forever
114 107