Issue 38: import webkit failed
commita6eef80dc834f0015c5e5d95ac3f796efbe846f9
authorJan Michael Alonzo <jmalonzo@webkit.org>
Sun, 13 Sep 2009 01:33:48 +0000 (13 11:33 +1000)
committerJan Michael Alonzo <jmalonzo@webkit.org>
Sun, 13 Sep 2009 01:33:48 +0000 (13 11:33 +1000)
tree81e74f4131eafc7ace3c3161658bade98d31a7a4
parente64eb342ee8c9c2534433b1d73a555b18b84b45b
Issue 38: import webkit failed
http://code.google.com/p/pywebkitgtk/issues/detail?id=38

Fix module import by putting the webkit module under the 'webkit' directory
and adding an __init__.py to import the objects and functions.
Makefile.am
webkit/__init__.py [new file with mode: 0644]