[gedit-plugins/wip/python3] Corrected local imports using from . import ...
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins/wip/python3] Corrected local imports using from . import ...
- Date: Fri, 9 Nov 2012 11:19:02 +0000 (UTC)
commit d56715db6e15f46b52e5e06eb72b3279491f3c5c
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]