Import the MacOS toolbox modules from the Carbon package.
diff --git a/Mac/Unsupported/findmodulefiles.py b/Mac/Unsupported/findmodulefiles.py
index 267e89e..6b3642e 100644
--- a/Mac/Unsupported/findmodulefiles.py
+++ b/Mac/Unsupported/findmodulefiles.py
@@ -59,7 +59,7 @@
 def mkpycresourcefile(list, main='', dst=None):
 	"""Copy list-of-modules to resource file dst."""
 	import py_resource
-	import Res
+	from Carbon import Res
 	import sys
 	
 	if dst == None: