[game-data-packager] 01/01: Revert "build: sort imports"

Simon McVittie smcv at debian.org
Sat Oct 31 18:41:12 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 9a48be343c1814c53ffb3e6d59a54647a596f18a
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Oct 31 17:03:57 2015 +0000

    Revert "build: sort imports"
    
    This reverts commit ea1ab0d6dbb30b1d609294cffcc500b1f9259451.
    yaml isn't a standard library module, which is why it's in a
    separate list.
---
 game_data_packager/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index fb40292..a47ab9d 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -31,11 +31,11 @@ import tarfile
 import tempfile
 import time
 import urllib.request
-import yaml
 import zipfile
 
 from debian.deb822 import Deb822
 from debian.debian_support import Version
+import yaml
 
 from .gog import GOG
 from .paths import (DATADIR, ETCDIR)

-- 
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