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