a lot of pyflakes and pylint fixes

This commit is contained in:
Romain Bignon 2010-08-13 22:23:10 +02:00
commit 404d7290ba
43 changed files with 94 additions and 13 deletions

View file

@ -17,3 +17,5 @@
from .boobank import Boobank
__all__ = ['Boobank']

View file

@ -16,3 +16,5 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from .chatoob import Chatoob
__all__ = ['Chatoob']

View file

@ -18,3 +18,5 @@
from .geolooc import Geolooc
__all__ = ['Geolooc']

View file

@ -17,3 +17,5 @@
from .havesex import HaveSex
__all__ = ['HaveSex']

View file

@ -18,3 +18,5 @@
from .masstransit import Masstransit
__all__ = ['Masstransit']

View file

@ -17,3 +17,5 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from .monboob import Monboob
__all__ = ['Monboob']

View file

@ -1 +1,3 @@
from .qboobmsg import QBoobMsg
__all__ = ['QBoobMsg']

View file

@ -1 +1,3 @@
from .qhavesex import QHaveSex
__all__ = ['QHaveSex']

View file

@ -1 +1,3 @@
from .qvideoob import QVideoob
__all__ = ['QVideoob']

View file

@ -17,3 +17,5 @@
from .qweboobcfg import QWeboobCfg
__all__ = ['QWeboobCfg']

View file

@ -18,3 +18,5 @@
from .traveloob import Traveloob
__all__ = ['Traveloob']

View file

@ -17,3 +17,5 @@
from .videoob import Videoob
__all__ = ['Videoob']

View file

@ -17,3 +17,5 @@
from .videoob_web import VideoobWeb
__all__ = ['VideoobWeb']

View file

@ -17,3 +17,5 @@
from .weboobcfg import WeboobCfg
__all__ = ['WeboobCfg']

View file

@ -17,3 +17,5 @@
from .weboobcli import WeboobCli
__all__ = ['WeboobCli']

View file

@ -16,3 +16,5 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from .weboobdebug import WeboobDebug
__all__ = ['WeboobDebug']

View file

@ -17,3 +17,5 @@
from .weboorrents import Weboorrents
__all__ = ['Weboorrents']

View file

@ -17,3 +17,5 @@
from .wetboobs import WetBoobs
__all__ = ['WetBoobs']