UUIDs: remove uuid python plugin and let DS always autogenerate

merge in remove uuid
This commit is contained in:
Simo Sorce
2010-10-26 10:26:06 -04:00
parent 1bfd0f8791
commit c51ce61e4d
13 changed files with 25 additions and 602 deletions

View File

@@ -36,7 +36,7 @@ fuzzy_digits = Fuzzy('^\d+$', type=basestring)
# Matches an ipauniqueid like u'784d85fd-eae7-11de-9d01-54520012478b'
fuzzy_uuid = Fuzzy(
'^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$'
'^[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8}-[0-9a-f]{8}$'
)