summaryrefslogtreecommitdiff
diff options
authorMichael Vogt <michael.vogt@ubuntu.com>2015-06-17 16:56:32 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2015-06-17 14:59:10 +0000
commit28585fd2d090ebea1c74d18acc70beb6a17de6e8 (patch)
treef8ee601f9a55c852042b9efa3d67f8484c2ad0a9
parent6233529d7a8165b378217f1008a305d7b8a5bb86 (diff)
parent599419bba58d47abaeb9c233117ea4ecc68dedd3 (diff)
Imported using git-ubuntu import.
-rw-r--r--debian/changelog6
-rw-r--r--ubuntucoreupgrader/apply.py1
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 73c18a9..da66e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ubuntu-core-upgrader (0.7.13) wily; urgency=low
+
+ * fix pyflakes error
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 17 Jun 2015 16:56:32 +0200
+
ubuntu-core-upgrader (0.7.12) wily; urgency=low
* ubuntucoreupgrader/apply.py:
diff --git a/ubuntucoreupgrader/apply.py b/ubuntucoreupgrader/apply.py
index a1e55af..3dfd114 100644
--- a/ubuntucoreupgrader/apply.py
+++ b/ubuntucoreupgrader/apply.py
@@ -5,6 +5,7 @@ import subprocess
import sys
from systemimage.config import config
+config # pyflakes
class ApplyUpgradeError(Exception):