]> git.ipfire.org Git - thirdparty/patchwork.git/commit
parsearchive: Fix import bug
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 17 Dec 2015 17:11:24 +0000 (17:11 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 17 Dec 2015 17:11:24 +0000 (17:11 +0000)
commit98616d10bbd869b5025dc8de077661e7d5eaa873
tree065257d2468482a78b115d02dc1099707e10abdd
parentb15c1045f6660f558fcc58da3fe581c3c0cdb5ed
parsearchive: Fix import bug

A bug was introduced in the Python 3 port - the 'bin' folder is not a
module and therefore relative imports should not be used. Resolve this.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/bin/parsearchive.py