aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/irati.py
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-06-01 17:24:25 +0200
committerVincenzo Maffione <v.maffione@gmail.com>2017-06-01 17:24:25 +0200
commitd1b49132f669cf1df4367103ebad63029793a127 (patch)
tree197965e2b2ad975efa3b317b661637ae1f65eb0e /rumba/prototypes/irati.py
parent9424b5f36e2ef87d4bd01b9b4e5fc83965ec33b6 (diff)
downloadrumba-d1b49132f669cf1df4367103ebad63029793a127.tar.gz
rumba-d1b49132f669cf1df4367103ebad63029793a127.zip
model: Experiment: add prototype_name()
Diffstat (limited to 'rumba/prototypes/irati.py')
-rw-r--r--rumba/prototypes/irati.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py
index f9c715f..750d6aa 100644
--- a/rumba/prototypes/irati.py
+++ b/rumba/prototypes/irati.py
@@ -38,6 +38,9 @@ logger = log.get_logger(__name__)
# An experiment over the IRATI implementation
class Experiment(mod.Experiment):
+ def prototype_name(self):
+ return 'irati'
+
@staticmethod
def real_sudo(s):
return 'sudo ' + s