Changeset 1753 for palm/trunk/SCRIPTS/palm_wd
- Timestamp:
- Feb 22, 2016 1:49:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palm_wd
r1752 r1753 20 20 # Current revisions: 21 21 # ----------------- 22 # 22 # Bugfix: use of global variables is required after updating configuration file 23 23 # 24 24 # Former revisions: … … 75 75 import time 76 76 77 global update_frequency78 79 77 # Determine PALM directories 80 78 try: … … 924 922 925 923 global update_frequency 924 global description 925 global hostname 926 global username 927 926 928 description = [] 927 929 hostname = []
Note: See TracChangeset
for help on using the changeset viewer.