From cf144b0e9eca14f813d2abefd5748c2cf47b5772 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 23 Aug 2001 14:13:06 +0000 Subject: Wrapper modules underound the toolbox modules, which now have an _ prepended. --- Mac/Lib/Carbon/Res.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Mac/Lib/Carbon/Res.py (limited to 'Mac/Lib/Carbon/Res.py') diff --git a/Mac/Lib/Carbon/Res.py b/Mac/Lib/Carbon/Res.py new file mode 100644 index 0000000000..174c040b78 --- /dev/null +++ b/Mac/Lib/Carbon/Res.py @@ -0,0 +1 @@ +from _Res import * -- cgit v1.2.1