diff options
| author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-06 18:35:24 +0100 |
|---|---|---|
| committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-02-06 18:35:24 +0100 |
| commit | 05b7264c9834293d97637194a9c447a1da0fd9a8 (patch) | |
| tree | a7f328e55bb41a194952efcde14baabdf3c54a38 /example.py | |
| parent | 4bfc9fee5365f2a1aa13c8f8669e2fa3e6264b92 (diff) | |
| download | rumba-05b7264c9834293d97637194a9c447a1da0fd9a8.tar.gz rumba-05b7264c9834293d97637194a9c447a1da0fd9a8.zip | |
move RLITEExperiment class in its own file
Diffstat (limited to 'example.py')
| -rw-r--r-- | example.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ from rhumba import * import ouroboros_support as our +import rlite_support as rl n1 = NormalDIF("n1", policies = {"rmt.pff": "lfa", "security-manager": "passwd"}) |
