root / PyCon07 / material / graph.py

Revision 47:8a62684456a4, 141 bytes (checked in by Tarek Ziad?? <tarek@…>, 21 months ago)

fixed test

Line 
1
2def calculateSquare(*args):
3    """i am just here so the test passes"""
4    pass
5
6def renderSquare(*args):
7    """same with me"""
8    pass
Note: See TracBrowser for help on using the browser.