git://git.onelab.eu
/
plcapi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Port _quote() from old version of pgdb. Simpliy code.
[plcapi.git]
/
PLC
/
__init__.py
1
#!/usr/bin/python -tt
2
3
import os
4
all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]