Show More
@@ -132,7 +132,10 def test_gca(): | |||
|
132 | 132 | print " C returned: %s" % cgcas |
|
133 | 133 | print " Python returned: %s" % pygcas |
|
134 | 134 | |
|
135 | if __name__ == '__main__': | |
|
135 | def main(): | |
|
136 | 136 | test_missingancestors() |
|
137 | 137 | test_lazyancestors() |
|
138 | 138 | test_gca() |
|
139 | ||
|
140 | if __name__ == '__main__': | |
|
141 | main() |
General Comments 0
You need to be logged in to leave comments.
Login now