diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2015-06-19 18:45:08 +0200 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2015-06-19 18:45:08 +0200 |
| commit | b6353292dc71afea2f6ac33d68ab83c3c77d2302 (patch) | |
| tree | 263139b6f0c6c2cb3c728279f348527f570286a8 /miasm2/jitter | |
| parent | 95f6c924cbe662dff92a2644f247889d3f2e1f8f (diff) | |
| parent | b7a2c5b1767b020ff973d50c7241ac54d4c54c98 (diff) | |
| download | miasm-b6353292dc71afea2f6ac33d68ab83c3c77d2302.tar.gz miasm-b6353292dc71afea2f6ac33d68ab83c3c77d2302.zip | |
Merge pull request #166 from commial/module-docstring
Inits: Add docstring for main modules
Diffstat (limited to 'miasm2/jitter')
| -rw-r--r-- | miasm2/jitter/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/jitter/__init__.py b/miasm2/jitter/__init__.py index e69de29b..460e327d 100644 --- a/miasm2/jitter/__init__.py +++ b/miasm2/jitter/__init__.py @@ -0,0 +1 @@ +"JustInTime compilation feature" |