mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00773
[Branch ~cdd-dev/cdd/trunk] Rev 288: Replaced underscores for dashes.
------------------------------------------------------------
revno: 288
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: devel
timestamp: Fri 2012-12-07 19:26:53 -0200
message:
Replaced underscores for dashes.
modified:
src/2.0/cdd.py
--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk
Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'src/2.0/cdd.py'
--- src/2.0/cdd.py 2012-12-07 15:35:28 +0000
+++ src/2.0/cdd.py 2012-12-07 21:26:53 +0000
@@ -2267,9 +2267,9 @@
def generate_file(self, path):
- UUID_definition = "ct_"+str(uuid.uuid4())
- UUID_string = "ct_"+str(uuid.uuid4())
- UUID_complex = "ct_"+str(uuid.uuid4())
+ UUID_definition = "ct-"+str(uuid.uuid4())
+ UUID_string = "ct-"+str(uuid.uuid4())
+ UUID_complex = "ct-"+str(uuid.uuid4())
schema = self.ccd_id + ".xsd"