added repository reference editor

svn: r6206
This commit is contained in:
Don Allingham
2006-03-25 03:07:20 +00:00
parent 0af1deb627
commit 8c47f5d582
5 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ pkgdata_PYTHON = \
_EditPrimary.py \
_EditReference.py \
_EditRepository.py \
_EditRepoRef.py \
_EditSecondary.py \
_EditSource.py \
_EditSourceRef.py \

View File

@@ -30,6 +30,7 @@ from _EditName import *
from _EditPerson import *
from _EditPlace import *
from _EditRepository import *
from _EditRepoRef import *
from _EditSource import *
from _EditSourceRef import *
from _EditUrl import *