summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Qiang <qiang.z.zhang@intel.com>2012-08-01 21:20:09 -0700
committerGerrit Code Review <gerrit2@otctools.jf.intel.com>2012-08-01 21:20:09 -0700
commit6a26f7cdd4e793802656d4ba9c917b137c051e04 (patch)
treeda8b6964245c5d6195d5e1832967248c995dfa69
parent7523411c30ba1c8966955e10bb7fee62785d4c41 (diff)
parentc66187a7a11ad1cc6ea518d6ff15c16044d52b0f (diff)
downloadgit-buildpackage-6a26f7cdd4e793802656d4ba9c917b137c051e04.tar.gz
git-buildpackage-6a26f7cdd4e793802656d4ba9c917b137c051e04.tar.bz2
git-buildpackage-6a26f7cdd4e793802656d4ba9c917b137c051e04.zip
Merge "removing usless and error syntax import" into develrelease/20120807
-rwxr-xr-xgbp/scripts/pq_rpm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gbp/scripts/pq_rpm.py b/gbp/scripts/pq_rpm.py
index d5aa48a9..921d9f24 100755
--- a/gbp/scripts/pq_rpm.py
+++ b/gbp/scripts/pq_rpm.py
@@ -35,7 +35,6 @@ from gbp.scripts.common.pq import (is_pq_branch, pq_branch_name, pq_branch_base,
write_patch, switch_to_pq_branch,
apply_single_patch, apply_and_commit_patch,
drop_pq)
-from gbp.scripts.common.
def export_patches(repo, branch, options):
"""Export patches from the pq branch into a packaging branch"""