[geneagrapher] 71/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 cdca55974068fa98dacdce11215d91a924e6cf28
Author: David Alber <alber.david at gmail.com>
Date: Mon Sep 29 06:08:00 2008 +0000
Added comments.
---
Geneagrapher/geneagrapher/GGraph.py | 2 ++
Geneagrapher/geneagrapher/ggrapher.py | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Geneagrapher/geneagrapher/GGraph.py b/Geneagrapher/geneagrapher/GGraph.py
index 4e3ac6d..8a89871 100644
--- a/Geneagrapher/geneagrapher/GGraph.py
+++ b/Geneagrapher/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/geneagrapher/ggrapher.py b/Geneagrapher/geneagrapher/ggrapher.py
index 9d35279..d816605 100644
--- a/Geneagrapher/geneagrapher/ggrapher.py
+++ b/Geneagrapher/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