[game-data-packager] 05/25: pyflakes: remove unused imports

Simon McVittie smcv at debian.org
Wed Feb 11 10:41:11 UTC 2015


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 <alexandre.detiste at gmail.com>
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



More information about the Pkg-games-commits mailing list