Skip to content

Commit

Permalink
cleanup, updated setup.cfg
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@2775 a8418922-720d-0410-834f-a69b97ada669
  • Loading branch information
amolenaar committed May 4, 2009
1 parent 2bc8dd8 commit 3aa9e4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion gaphor/misc/listmixins.py
Expand Up @@ -210,7 +210,6 @@ class recursemixin(object):
our specific case. ``__getslice__`` should be overridden, so we can make it
behave like a normal python object (legacy, yes...).
>>> import sys
>>> class rlist(recursemixin, getslicefix, list):
... pass
>>> class A(object):
Expand Down
10 changes: 9 additions & 1 deletion setup.cfg
@@ -1,5 +1,13 @@

[egg_info]
#tag_build = .dev
#tag_svn_revision = 1

[nosetests]
with-doctest=1
doctest-extension=.txt
#tests=gaphor,doc
verbosity=2
detailed-errors=1
#with-coverage=1
cover-package=gaphor

0 comments on commit 3aa9e4f

Please sign in to comment.