diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 03:40:56 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2004-10-30 03:40:56 +0000 |
commit | a8d47c6768ad675e5011228b5042c24476839246 (patch) | |
tree | 233ce311ec9623776262cf65d08f65f3327f903f | |
parent | 14e04f10464f0ab60baf828216bbd05013d34629 (diff) | |
download | bcfg2-a8d47c6768ad675e5011228b5042c24476839246.tar.gz bcfg2-a8d47c6768ad675e5011228b5042c24476839246.tar.bz2 bcfg2-a8d47c6768ad675e5011228b5042c24476839246.zip |
remove !# line
(Logical change 1.129)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@584 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | src/lib/Server/Structure.py | 2 | ||||
-rw-r--r-- | src/lib/Server/Structures/Bundler.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/Server/Structure.py b/src/lib/Server/Structure.py index a148b7f16..e0bce1a71 100644 --- a/src/lib/Server/Structure.py +++ b/src/lib/Server/Structure.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - '''This is the Structure base class''' __revision__ = '$Revision$' diff --git a/src/lib/Server/Structures/Bundler.py b/src/lib/Server/Structures/Bundler.py index c9409895b..4410ffda4 100644 --- a/src/lib/Server/Structures/Bundler.py +++ b/src/lib/Server/Structures/Bundler.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - '''This provides bundle clauses with translation functionality''' __revision__ = '$Revision$' |