| Index: third_party/buildbot_7_12/buildbot/changes/base.py
|
| diff --git a/third_party/buildbot_7_12/buildbot/changes/base.py b/third_party/buildbot_7_12/buildbot/changes/base.py
|
| deleted file mode 100644
|
| index 72c45bfb0e571fa5b4231ba41441c2a6311aa8d7..0000000000000000000000000000000000000000
|
| --- a/third_party/buildbot_7_12/buildbot/changes/base.py
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -
|
| -from zope.interface import implements
|
| -from twisted.application import service
|
| -
|
| -from buildbot.interfaces import IChangeSource
|
| -from buildbot import util
|
| -
|
| -class ChangeSource(service.Service, util.ComparableMixin):
|
| - implements(IChangeSource)
|
| -
|
|
|