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/expression | |
| 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/expression')
| -rw-r--r-- | miasm2/expression/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/expression/__init__.py b/miasm2/expression/__init__.py index fbabaacf..2bf12b34 100644 --- a/miasm2/expression/__init__.py +++ b/miasm2/expression/__init__.py @@ -16,3 +16,4 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # +"Intermediate language implementation" |