From 38351983f9e4961dd9c4efe4dcdcb9b16f149367 Mon Sep 17 00:00:00 2001 From: lafrite Date: Sat, 16 May 2015 10:50:03 +0200 Subject: [PATCH] spelling and wrong arg --- MANIFEST.in | 2 +- opytex/opytex.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 965f1c8..a5d321d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -incude *.rst +include *.rst recursive-include documentation *.txt *.rst diff --git a/opytex/opytex.py b/opytex/opytex.py index f3db549..8d36894 100755 --- a/opytex/opytex.py +++ b/opytex/opytex.py @@ -21,7 +21,7 @@ from pymath.random_expression import random_str export_dict = {} export_dict.update(m.__dict__) export_dict.update(rd.__dict__) -export_dict.update(__builtins__.__dict__) +export_dict.update(__builtins__) export_dict.update({"Expression":Expression,\ "Polynom":Polynom,\ "Polynom_deg2":Polynom_deg2,\