~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/_pythonpath.py

  • Committer: Curtis Hovey
  • Date: 2007-10-10 14:53:59 UTC
  • mto: This revision was merged to the branch mainline in revision 5182.
  • Revision ID: curtis.hovey@canonical.com-20071010145359-v5se9jakfld0yhyf
Added bad name suppression to cronscripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2004-2005 Canonical Ltd.  All rights reserved.
2
 
# pylint: disable-msg=W0403
3
2
 
4
3
__metaclass__ = type
5
4