[geneagrapher] 26/226: Fixed import commands.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository geneagrapher.
commit 8407012acbe2d6193ca6c7bc7e5db007511368d5
Author: David Alber <alber.david at gmail.com>
Date: Mon Sep 29 00:08:16 2008 +0000
Fixed import commands.
---
geneagrapher/geneagrapher.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/geneagrapher/geneagrapher.py b/geneagrapher/geneagrapher.py
index 78bd29f..ea277d5 100644
--- a/geneagrapher/geneagrapher.py
+++ b/geneagrapher/geneagrapher.py
@@ -1,6 +1,6 @@
from optparse import OptionParser
-from . import GGraph
-from . import grab
+import GGraph
+import grab
class Geneagrapher:
"""
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git
More information about the debian-science-commits
mailing list