[Rdkit-devel] [PATCH 13/17] missing import
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Gianluca S. <gi...@gm...> - 2011-03-19 09:44:43
|
---
rdkit/Chem/Draw/canvasbase.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/rdkit/Chem/Draw/canvasbase.py b/rdkit/Chem/Draw/canvasbase.py
index 548c256..f7bb459 100644
--- a/rdkit/Chem/Draw/canvasbase.py
+++ b/rdkit/Chem/Draw/canvasbase.py
@@ -7,6 +7,7 @@
# which is included in the file license.txt, found at the root
# of the RDKit source tree.
+import math
class CanvasBase:
"""Base class for specialized canvas backends"""
--
1.7.4
|