5 Commits

Author SHA1 Message Date
cf710bcb9e add example files 2023-08-10 13:27:33 +02:00
e1556451fa update example dump files to contain atom property names 2023-08-10 13:26:48 +02:00
539fd060c2 python 3 compatibility for examples/*.py files
add from __future__ import
print statement -> print() function
xrange -> range
map() -> list(map())
range() -> list(range())
StandardError -> Exception
2023-08-10 13:25:36 +02:00
d560b34214 convert tabs to spaces, remove extra spaces, fix comments 2023-08-09 16:49:09 +02:00
80592c0da1 Committer: ckloss <ckloss@fluid38.(none)>
On branch master
 Initial commit for lpp, version 2011-10-11
2012-02-03 14:10:31 +01:00