Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 23
and
Version 24
of
salome
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Nov 23, 2017, 11:34:40 AM (
7 years
ago)
Author:
brankm
Comment:
Popravek funkcije createPanel().
Legend:
Unmodified
Added
Removed
Modified
salome
v23
v24
368
368
panelIsMade = True
369
369
# If file is not opened, determine path with os library
370
os.chdir(os.path.expanduser('d:
/vaje_KT/
'))
370
os.chdir(os.path.expanduser('d:
\\vaje_KT\\
'))
371
371
with open('data.txt','r') as f:
372
372
fileread = f.readlines()