# -*- coding: utf-8 -*- # # Copyright (C) 2005 Edgewall Software # Copyright (C) 2005-2009 Lele Gaifax # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms # are also available at http://trac.edgewall.com/license.html. # # This software consists of voluntary contributions made by many # individuals. For the exact contribution history, see the revision # history and logs, available at http://projects.edgewall.com/trac/. # # Author: Lele Gaifax # This is an hack to allow using this package either as an setuptools egg # or as a plain subpackage of trac.versioncontrol try: import tracdarcs except ImportError: import sys sys.path.extend(__path__)