Moving TODO from gdbbuilder.py to master.cfg

This commit is contained in:
Sergio Durigan Junior 2014-12-20 14:07:23 -05:00
parent f57605c7a9
commit d1e7a9d94e

View file

@ -2,6 +2,14 @@
# ex: set syntax=python:
## TODO:
##
## - Add comments on every function/class
## - License stuff (on all files)
## - Cross testing (needed?)
## - Improve way to store and compare testcases
from buildbot.schedulers.basic import SingleBranchScheduler, AnyBranchScheduler
from buildbot.schedulers.forcesched import ForceScheduler
from buildbot.process import factory