about summary refs log tree commit diff stats
path: root/example/jitter/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/types.py')
-rw-r--r--example/jitter/types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/jitter/types.py b/example/jitter/types.py
index 6d8543b4..f4a7ddb4 100644
--- a/example/jitter/types.py
+++ b/example/jitter/types.py
@@ -229,6 +229,8 @@ print "See that the original array has been modified:"
 print repr(data)
 print
 
+# TODO: type manipulation examples
+
 print "See test/core/types.py and the miasm2.core.types module doc for "
 print "more information."