warnings.warn is called without importing `warnings`
This patch fixes it:
Index: tables.py
===================================================================
--- tables.py (révision 738)
+++ tables.py (copie de travail)
@@ -10,6 +10,7 @@
from tempita import Template as TempitaTemplate # must import after base
+import warnings
__all__ = ["Grid"]
Original issue reported on code.google.com by wackysa...@gmail.com on 8 Apr 2009 at 7:03
Original issue reported on code.google.com by
wackysa...@gmail.com
on 8 Apr 2009 at 7:03