From 15863d00f5f1a658fc8b1303d63cd40689aefb0f Mon Sep 17 00:00:00 2001 From: Terence Ho Date: Wed, 29 Nov 2017 15:35:54 +0800 Subject: [PATCH 1/2] test --- oracle_connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle_connect.py b/oracle_connect.py index 6a6ff61..c78811e 100644 --- a/oracle_connect.py +++ b/oracle_connect.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with it. If not, see . # +# test import csv import os @@ -110,4 +111,3 @@ else: print("\033[91mhost: \033[95m" + host + "\033[91m is not in the database\033[0m") sys.exit(1) - From 0b1f1c8e3bab184c536b9579616e005a898651a4 Mon Sep 17 00:00:00 2001 From: Terence Ho Date: Thu, 30 Nov 2017 14:28:41 +0800 Subject: [PATCH 2/2] remove test comment --- oracle_connect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oracle_connect.py b/oracle_connect.py index c78811e..1febb2a 100644 --- a/oracle_connect.py +++ b/oracle_connect.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with it. If not, see . # -# test import csv import os