relative imports should work now

This commit is contained in:
David Halter
2012-09-02 16:25:17 +02:00
parent 1f21fadf55
commit 911495da30
5 changed files with 71 additions and 24 deletions

View File

@@ -11,8 +11,7 @@ statement.
TODO magic methods: __mul__, __add__, etc.
TODO evaluate asserts/isinstance (type safety)
python 3 stuff:
TODO nonlocal statement, needed or can be ignored?
TODO nonlocal statement, needed or can be ignored? (py3k)
TODO __ instance attributes should not be visible outside of the class.
TODO getattr / __getattr__ / __getattribute__ ?