aperezdc / webkit2gtk-python-webextension-example

Example small C shim to load a Python script as a WebKit2 WebExtension
15 stars 4 forks source link

Initialize sys.argv so that it's at least available. #2

Closed nhoad closed 8 years ago

nhoad commented 8 years ago

Lots of code is written with the (reasonable) assumption that sys.argv will be there, gi.overrides.Gtk is an example of such code.

aperezdc commented 8 years ago

Merged, thanks!