Changes between Version 14 and Version 15 of salome


Ignore:
Timestamp:
Nov 20, 2017, 1:34:17 PM (6 years ago)
Author:
brankm
Comment:

Popravek teksta pri primeru izdelave panela.

Legend:

Unmodified
Added
Removed
Modified
  • salome

    v14 v15  
    188188# If file is not opened, determine path with os library
    189189# import os
    190 # os.chdir(os.path.expanduser('~/')
     190# os.chdir(os.path.expanduser('~/'))
    191191with open('data.txt','r') as f:
    192192    fileread = f.readlines()