Add missing dots in soc.logic.lists module. Change method names to comply with Style Guide. Make class variable protected by adding "_" to the name of variable. Update lists templates respectively (methods name change).
Patch by: Pawel Solyga
none:
install:
./setup.py install
docs: graph/*.py
epydoc -v --no-frames --no-sourcecode --name="python-graph" --url="http://code.google.com/p/python-graph/" --no-private --html --css misc/epydoc.css -o docs graph/*.py
edit: graph/*.py
gedit graph/__init__.py &
gedit graph/*.py &
clean:
rm -rf docs
rm -rf dist
rm -rf build
rm graph/*.pyc