mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
6 lines
132 B
Python
6 lines
132 B
Python
|
|
def CanOpen(self, location):
|
|
|
|
return self.GetProtocol(location) == "http"
|
|
|