Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 14
and
Version 15
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 20, 2017, 1:34:17 PM (
7 years
ago)
Author:
brankm
Comment:
Popravek teksta pri primeru izdelave panela.
Legend:
Unmodified
Added
Removed
Modified
salome
v14
v15
188
188
# If file is not opened, determine path with os library
189
189
# import os
190
# os.chdir(os.path.expanduser('~/')
190
# os.chdir(os.path.expanduser('~/')
)
191
191
with open('data.txt','r') as f:
192
192
fileread = f.readlines()