[gedit-plugins/wip/python3: 15/19] Corrected local imports using from . import ...
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins/wip/python3: 15/19] Corrected local imports using from . import ...
- Date: Fri, 9 Nov 2012 22:22:41 +0000 (UTC)
commit 80cca402cd19b2e93e972aa009cbca8e69c8ff1f
Author: Jesse van den Kieboom <jessevdk gnome org>
Date: Fri Nov 9 11:12:00 2012 +0100
Corrected local imports using from . import ...
plugins/commander/modules/find/regex.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/commander/modules/find/regex.py b/plugins/commander/modules/find/regex.py
index aaf2f95..be8540e 100644
--- a/plugins/commander/modules/find/regex.py
+++ b/plugins/commander/modules/find/regex.py
@@ -20,7 +20,7 @@
# Boston, MA 02110-1301, USA.
import commander.commands as commands
-import finder
+from . import finder
import re
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]