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

smcv pushed a commit to branch master
in repository game-data-packager.

commit 4a34ffbeb9a3243388575cfaae3eb86e13f35e7d
Author: Alexandre Detiste <[email protected]>
Date:   Mon Feb 9 13:24:29 2015 +0100

    pyflakes: remove unused imports
---
 game_data_packager/games/residualvm_common.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/game_data_packager/games/residualvm_common.py 
b/game_data_packager/games/residualvm_common.py
index 2eba0b1..dfab42e 100644
--- a/game_data_packager/games/residualvm_common.py
+++ b/game_data_packager/games/residualvm_common.py
@@ -18,9 +18,8 @@
 
 import logging
 import os
-import subprocess
 
-from .. import GameData, GameDataPackage
+from .. import GameData
 from ..paths import DATADIR
 from ..util import (TemporaryUmask, copy_with_substitutions, mkdir_p)
 

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to