THRIFT-5923: UUID python
Client: py
Patch: CJCombrink

This closes #3330
diff --git a/lib/py/src/Thrift.py b/lib/py/src/Thrift.py
index 81fe8cf..7b28c90 100644
--- a/lib/py/src/Thrift.py
+++ b/lib/py/src/Thrift.py
@@ -34,8 +34,7 @@
     MAP = 13
     SET = 14
     LIST = 15
-    UTF8 = 16
-    UTF16 = 17
+    UUID = 16
 
     _VALUES_TO_NAMES = (
         'STOP',
@@ -54,8 +53,7 @@
         'MAP',
         'SET',
         'LIST',
-        'UTF8',
-        'UTF16',
+        'UUID',
     )