~launchpad-pqm/launchpad/devel

1990 by Canonical.com Patch Queue Manager
[r=spiv] Spam launchpad developers with errors picked up by LinkChecker
1
# Copyright 2004-2005 Canonical Ltd.  All rights reserved.
2
3
__metaclass__ = type
4
5
import sys, os, os.path
6
7
sys.path.insert(0, os.path.join(
8
    os.path.dirname(__file__), os.pardir, 'lib'
9
    ))