|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
Go to the source code of this file.
Namespaces | |
| namespace | update_versions |
Variables | |
| string | update_versions.__author__ "Marco Clemencic <Marco.Clemencic@cern.ch>" |
| string | update_versions.__version__ "$Id: update_versions.py,v 1.3 2008/11/10 19:43:31 marcocle Exp $" |
| tuple | update_versions._req_version_pattern re.compile(r"^\s*version\s*(v[0-9]+r[0-9]+(?:p[0-9]+)?)\s*$") |
| tuple | update_versions._cml_version_pattern re.compile(r"^\s*gaudi_subdir\s*\(\s*\S+\s+(v[0-9]+r[0-9]+(?:p[0-9]+)?)\)\s*$") |
| tuple | update_versions._use_pattern re.compile(r"^\s*use\s*(\w+)\s*(v[0-9]+r[0-9]+(?:p[0-9]+)?)\s*(\w+)?\s*$") |