diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-03-20 09:18:19 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-03-20 09:18:19 -0230 |
commit | 1c8744c7450f17ec7e121f2ce6ea1775bad946bc (patch) | |
tree | 08400a343205816e5ae669e5b43e840502bd9df8 /scripts/fixVersion.py | |
parent | First step in refactoring the distribution dir. (diff) | |
download | ice-1c8744c7450f17ec7e121f2ce6ea1775bad946bc.tar.bz2 ice-1c8744c7450f17ec7e121f2ce6ea1775bad946bc.tar.xz ice-1c8744c7450f17ec7e121f2ce6ea1775bad946bc.zip |
Moved distribution/lib scripts to dist-utils, and moved FixUtil to
the scripts dir.
Diffstat (limited to 'scripts/fixVersion.py')
-rwxr-xr-x | scripts/fixVersion.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/fixVersion.py b/scripts/fixVersion.py index 2c3226ef414..e71b4c4323a 100755 --- a/scripts/fixVersion.py +++ b/scripts/fixVersion.py @@ -9,7 +9,6 @@ # ********************************************************************** import os, sys, getopt -sys.path.append(os.path.join(os.path.dirname(__file__), "..", "lib")) import FixUtil def usage(): |