~ubuntu-branches/ubuntu/trusty/pisa/trusty

« back to all changes in this revision

Viewing changes to sx/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): W. Martin Borgert
  • Date: 2010-02-08 22:02:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100208220240-cwsifrpnqeaug5x5
Tags: upstream-3.0.32
ImportĀ upstreamĀ versionĀ 3.0.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: ISO-8859-1 -*-
 
2
#############################################
 
3
## (C)opyright by Dirk Holtwick, 2002-2007 ##
 
4
## All rights reserved                     ##
 
5
#############################################
 
6
 
 
7
__version__ = "$Revision: 128 $"
 
8
__author__  = "$Author: holtwick $"
 
9
__date__    = "$Date: 2008-01-10 21:26:42 +0100 (Do, 10 Jan 2008) $"
 
10
__svnid__   = "$Id: __init__.py 128 2008-01-10 20:26:42Z holtwick $"
 
11
 
 
12
# Also look in other packages with the same name
 
13
 
 
14
from pkgutil import extend_path
 
15
__path__ = extend_path(__path__, __name__)