commit | e81051f63eaaabed14dd11217b562fd830d83e53 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Mon Jul 08 23:13:23 2013 +0200 |
committer | martin f. krafft <madduck@madduck.net> | Thu Jul 18 21:14:20 2013 +0200 |
tree | 22f605e3c44fe106819126b15c90bad97ca30832 | |
parent | ff57ea1071997c7fe0f4d55e31ea603fd30122c6 [diff] |
Reimplement Classes as simplified (not-fully-functional) ordered set Classes is essentially an ordered set, but we only need very limited functionality, so keep it simple and provide only the very basics. Purposely, Classes no longer derives from list so as to not give a false impression. Also, switch from nose to unittest. Signed-off-by: martin f. krafft <madduck@madduck.net>