From 49f74f5c0616e1d27dac0a5c839e32444e838a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 16 Apr 2015 10:25:44 -0700 Subject: [PATCH 1/2] --- progres.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 progres.py diff --git a/progres.py b/progres.py new file mode 100644 index 0000000..f1c2130 --- /dev/null +++ b/progres.py @@ -0,0 +1,3 @@ +import sys +# \r is carriage return, writes the following text to the beginning of the line +sys.stdout.write('\r Date: Thu, 16 Apr 2015 10:26:04 -0700 Subject: [PATCH 2/2] --- progres.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progres.py b/progres.py index f1c2130..53635e9 100644 --- a/progres.py +++ b/progres.py @@ -1,3 +1,3 @@ import sys # \r is carriage return, writes the following text to the beginning of the line -sys.stdout.write('\r') \ No newline at end of file