Commit 6bef2ea1 authored by Chris McDonough's avatar Chris McDonough

One last time.

parent 9bb718a2
......@@ -83,7 +83,7 @@
#
##############################################################################
__doc__="""System management components"""
__version__='$Revision: 1.68 $'[11:-2]
__version__='$Revision: 1.69 $'[11:-2]
import sys,os,time,string,Globals, Acquisition, os, Undo
......@@ -418,7 +418,7 @@ class ApplicationManager(Folder,CacheManager):
continue
version_txt = None
for name in ('VERSION.TXT', 'VERSION.txt', 'version.txt'):
v = path_join(package_dir, name))
v = path_join(package_dir, name)
if exists(v):
version_txt = v
break
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment