This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 2fddf8d1005115db576c26bf4fbe81530098964f Author: Alexandre Detiste <[email protected]> Date: Wed Oct 14 10:16:22 2015 +0200 lgeneral: fix regression --- game_data_packager/games/lgeneral.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_data_packager/games/lgeneral.py b/game_data_packager/games/lgeneral.py index b2885bb..d99ad84 100644 --- a/game_data_packager/games/lgeneral.py +++ b/game_data_packager/games/lgeneral.py @@ -19,8 +19,8 @@ import os import shutil import subprocess -from .. import (GameData, NoPackagesPossible) -from ..build import (PackagingTask) +from .. import (GameData) +from ..build import (PackagingTask, NoPackagesPossible) from ..util import (mkdir_p, which) logger = logging.getLogger('game-data-packager.games.lgeneral') -- 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

