[geneagrapher] 70/226: Added comments.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:44 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 60d1f41255fd63bf67177a20f9158020d04d7650
Author: David Alber <alber.david at gmail.com>
Date: Mon Sep 29 06:08:00 2008 +0000
Added comments.
---
geneagrapher/GGraph.py | 2 ++
geneagrapher/ggrapher.py | 2 ++
2 files changed, 4 insertions(+)
diff --git a/geneagrapher/GGraph.py b/geneagrapher/GGraph.py
index 4e3ac6d..8a89871 100644
--- a/geneagrapher/GGraph.py
+++ b/geneagrapher/GGraph.py
@@ -1,3 +1,5 @@
+"""A set of classes for storing the genealogy graph."""
+
class DuplicateNodeError(Exception):
def __init__(self, value):
self.value = value
diff --git a/geneagrapher/ggrapher.py b/geneagrapher/ggrapher.py
index 9d35279..d816605 100644
--- a/geneagrapher/ggrapher.py
+++ b/geneagrapher/ggrapher.py
@@ -1,6 +1,8 @@
import geneagrapher
def ggrapher():
+ """Function to run the Geneagrapher. This is the function called when
+ the ggrapher script is run."""
ggrapher = geneagrapher.Geneagrapher()
try:
ggrapher.parseInput()
--
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