[geneagrapher] 34/226: Ran dos2unix.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:37 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 95952d40094e02786cc92b2fb15aef0f60ab0197
Author: David Alber <alber.david at gmail.com>
Date:   Mon Sep 29 01:06:20 2008 +0000

    Ran dos2unix.
---
 geneagrapher/ggrapher.py | 22 +++++++++++-----------
 setup.py                 | 48 ++++++++++++++++++++++++------------------------
 tests/__init__.py        |  2 +-
 3 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/geneagrapher/ggrapher.py b/geneagrapher/ggrapher.py
index 02d93f3..0acca0c 100644
--- a/geneagrapher/ggrapher.py
+++ b/geneagrapher/ggrapher.py
@@ -1,11 +1,11 @@
-from geneagrapher import *
-
-def ggrapher():
-	geneagrapher = Geneagrapher()
-	try:
-		geneagrapher.parseInput()
-	except SyntaxError, e:
-		print geneagrapher.parser.get_usage()
-		print e
-	geneagrapher.buildGraph()
-	geneagrapher.generateDotFile()
+from geneagrapher import *
+
+def ggrapher():
+	geneagrapher = Geneagrapher()
+	try:
+		geneagrapher.parseInput()
+	except SyntaxError, e:
+		print geneagrapher.parser.get_usage()
+		print e
+	geneagrapher.buildGraph()
+	geneagrapher.generateDotFile()
diff --git a/setup.py b/setup.py
index 382a22c..c16d95d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,24 +1,24 @@
-from ez_setup import use_setuptools
-use_setuptools()
-from setuptools import setup, find_packages
-
-setup(name="Geneagrapher",
-      version="0.2",
-      description="Generates mathematic genealogy graph files.",
-      long_description="""\
-The Geneagrapher generates Graphviz "dot" files of mathematical
-genealogies using data from the Math Genealogy Project's website.
-""",
-      author="David Alber",
-      author_email="alber.david at gmail.com",
-      url="http://www.davidalber.net/",
-      packages=find_packages(exclude='tests'),
-      install_requires=[],
-      entry_points = {
-        'console_scripts': [
-            'ggrapher = geneagrapher.ggrapher:ggrapher'
-        ]
-      },
-      test_suite = "tests.tests"
-)
-
+from ez_setup import use_setuptools
+use_setuptools()
+from setuptools import setup, find_packages
+
+setup(name="Geneagrapher",
+      version="0.2",
+      description="Generates mathematic genealogy graph files.",
+      long_description="""\
+The Geneagrapher generates Graphviz "dot" files of mathematical
+genealogies using data from the Math Genealogy Project's website.
+""",
+      author="David Alber",
+      author_email="alber.david at gmail.com",
+      url="http://www.davidalber.net/",
+      packages=find_packages(exclude='tests'),
+      install_requires=[],
+      entry_points = {
+        'console_scripts': [
+            'ggrapher = geneagrapher.ggrapher:ggrapher'
+        ]
+      },
+      test_suite = "tests.tests"
+)
+
diff --git a/tests/__init__.py b/tests/__init__.py
index 6fd679f..e4bafe5 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1 +1 @@
-import tests
+import tests

-- 
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