hush some pyflakes warnings
[buildbot.git] / buildbot / changes / freshcvsmail.py
blobb1ef68311b1cb40705abe4e36176e08f84530dd6
1 #! /usr/bin/python
3 # leftover import for compatibility
5 import warnings
7 warnings.warn("buildbot.changes.freshcvsmail is deprecated as of 0.7.6 . Please import buildbot.changes.mail.FCMaildirSource instead. This compatibility import will be removed in 0.7.7",
8 DeprecationWarning)
10 from buildbot.changes.mail import FCMaildirSource
12 hush_pyflakes = FCMaildirSource