← Back to team overview

oship-dev team mailing list archive

OSHIP Rev 224 Code Review: issue #01 - unneeded imports in app.py

 

As Tim and I have discussed, I am going to post a series of bite-sized
issues to the list. We hope that they're easy enough to get newbies
started contributing code (snippets) and using bzr.

About the only prerequisite is having worked through the tutorial on Grok:
http://grok.zope.org/doc/current/tutorial.html

And of course create a developer environment as described in the FAQ:
https://answers.launchpad.net/oship/+faq/391
and
https://answers.launchpad.net/oship/+faq/392
But of course you did that already  :-)

So here goes the first:

app.py contains imports that are not needed/used:
from zope.app.container.btree import BTreeContainer
from zope.app.folder import Folder






Follow ups