[game-data-packager] 01/01: lgeneral: fix regression

Alexandre Detiste detiste-guest at moszumanska.debian.org
Wed Oct 14 08:17:14 UTC 2015


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



More information about the Pkg-games-commits mailing list