[colobot] 63/74: Remove unused imports from release.py

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:50:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit d43562883e802aa9cf0d39bdd0d927e1046c2b5d
Author: krzys-h <krzys_h at interia.pl>
Date:   Wed Nov 2 21:40:52 2016 +0100

    Remove unused imports from release.py
---
 tools/release.py | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tools/release.py b/tools/release.py
index 526e41a..8139272 100644
--- a/tools/release.py
+++ b/tools/release.py
@@ -1,8 +1,3 @@
-from __future__ import print_function
-import fileinput
-import re
-import os
-
 # Script to use when releasing new versions
 # Run from main repo directory with data submodule pulled in data/
 #
@@ -21,6 +16,9 @@ import os
 #
 # After finished, verify everything is correct and push the changes
 
+import os
+import re
+
 print('\033[1;34m[*] Make sure all remote changes are pulled...\033[0m')
 os.system('git checkout dev')
 os.system('git pull --ff')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list