Home | Trees | Indices | Help |
---|
|
1 ############################################################################### 2 # Ganga Project. http://cern.ch/ganga 3 # 4 # $Id: __init__.py,v 1.1 2008-07-17 16:40:56 moscicki Exp $ 5 ############################################################################### 6 # File: Condor/__init__.py 7 # Author: K. Harrison 8 # Created: 051228 9 # Version 1.0: 051228 10 11 """Package initialisation file""" 12 13 __author__ = "K.Harrison <Harrison@hep.phy.cam.ac.uk>" 14 __date__ = "28 July 2006" 15 __version__ = "1.0" 16 17 from Condor import Condor 18 from CondorRequirements import CondorRequirements 19
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:25 2012 | http://epydoc.sourceforge.net |