From 6f039dae42abde37c7ddcf96b6d83a52b661b66c Mon Sep 17 00:00:00 2001 From: Wondiamgegn Tesfaye Date: Mon, 13 Mar 2017 08:56:08 +0300 Subject: [PATCH] Removed redendent copy_startup call --- settings/startup_handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/settings/startup_handler.py b/settings/startup_handler.py index b9470fc1c..e687533ae 100644 --- a/settings/startup_handler.py +++ b/settings/startup_handler.py @@ -40,5 +40,3 @@ def copy_startup(): '\n {}'.format(ex) print >> file, traceback.print_exc() file.close() - -copy_startup() \ No newline at end of file