From 0de82243dfd1da4f465c3779626b854f8e11b697 Mon Sep 17 00:00:00 2001 From: Pavel Šimerda Date: Sep 16 2016 12:48:07 +0000 Subject: python3: improve Python 3.x compatibility Fix a relative import. With this patch and the respective patches in other packages I can successfully run at least some 'fedpkg' commands. Signed-off-by: Pavel Šimerda --- diff --git a/src/fedpkg/__init__.py b/src/fedpkg/__init__.py index 7d0d37a..ef39125 100644 --- a/src/fedpkg/__init__.py +++ b/src/fedpkg/__init__.py @@ -11,7 +11,7 @@ import pyrpkg import os -import cli +from . import cli import git import re import fedora_cert