-
Committer:
Martin von Gagern
-
Date:
2010-04-30 17:49:23 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5240.
-
Revision ID:
martin.vgagern@gmx.net-20100430174923-lygyp4bsgesg285l
Register command lazily.
This should reduce load time even further, as the plugin command class
doesn't have to be loaded until it is actually needed in some way.
Also turn some relative imports into absolute ones as suggested by vila.