Changeset 31667 in webkit


Ignore:
Timestamp:
Apr 5, 2008 5:56:32 PM (16 years ago)
Author:
kevino@webkit.org
Message:

Rubber stamped by Mark Rowe.

Don't assume wxWebKit to be part of the wx package. This allows us to run it from any directory on the PYTHONPATH rather than having to copy files into the wxPython directory.

Location:
trunk/WebKit/wx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/wx/ChangeLog

    r31283 r31667  
     12008-04-05  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        Rubber stamped by Mark Rowe.
     4
     5        Don't assume wxWebKit to be part of the wx package. This allows
     6        us to run it from any directory on the PYTHONPATH rather than
     7        having to copy files into the wxPython directory.
     8
     9        * bindings/python/webview.i:
     10
    1112008-03-25  Brady Eidson  <beidson@apple.com>
    212
  • trunk/WebKit/wx/bindings/python/webview.i

    r30204 r31667  
    2424 */
    2525
    26 %module(package="wx") webview
     26%module webview
    2727
    2828%{
     
    4444%include WebFrame.h
    4545
    46 %pythoncode { wx = _core }
    47 %pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
    48 
    4946%constant wxEventType wxEVT_WEBVIEW_BEFORE_LOAD;
    5047%constant wxEventType wxEVT_WEBVIEW_LOAD;
Note: See TracChangeset for help on using the changeset viewer.