comparison 2.00/config.py @ 16:f2279b7602d3

Initial 2.00 commit
author Oleg Oshmyan <chortos@inbox.lv>
date Mon, 07 Jun 2010 23:36:52 +0000
parents
children ec6f1a132109
comparison
equal deleted inserted replaced
15:c0e925ae721e 16:f2279b7602d3
1 #!/usr/bin/python
2 # Copyright (c) 2010 Chortos-2 <chortos@inbox.lv>
3
4 import os
5 tasknames = (os.path.curdir,)
6
7 def load_problem(name):
8 return object()