diff options
author | Vincenzo Maffione <[email protected]> | 2017-02-06 18:40:18 +0100 |
---|---|---|
committer | Vincenzo Maffione <[email protected]> | 2017-02-06 18:40:18 +0100 |
commit | 4a1221b5e20122717302d6518a057e5601936b08 (patch) | |
tree | d203b10a3977f78bb8f6ef27fb0d5048fef7665f /example.py | |
parent | 05b7264c9834293d97637194a9c447a1da0fd9a8 (diff) | |
download | rumba-4a1221b5e20122717302d6518a057e5601936b08.tar.gz rumba-4a1221b5e20122717302d6518a057e5601936b08.zip |
move IRATIExperiment class in its own file
Diffstat (limited to 'example.py')
-rw-r--r-- | example.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ from rhumba import * import ouroboros_support as our import rlite_support as rl +import irati_support as irati n1 = NormalDIF("n1", policies = {"rmt.pff": "lfa", "security-manager": "passwd"}) |