Jack Jansen | 6dba6bc | 2001-08-25 11:53:43 +0000 | [diff] [blame] | 1 | import warnings |
2 | warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__), | ||||
3 | DeprecationWarning, stacklevel=2) | ||||
Jack Jansen | a0f4369 | 2001-08-20 15:35:57 +0000 | [diff] [blame] | 4 | from Carbon.Qdoffs import * |