summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-08-08 19:40:24 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-18 02:57:44 +0200
commit7735b1cf75a7759a25bb6496a5b8253a8b0aa97d (patch)
treea0a2ccb3bf4fbcbb6f910d5016103dbc960a18b7 /wizards
parent9ad82442fb37f42d3f2797b9594c7021aeb34de4 (diff)
Forgot the launcher
Diffstat (limited to 'wizards')
-rwxr-xr-xwizards/com/sun/star/wizards/RemoteWebWizard7
1 files changed, 7 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/RemoteWebWizard b/wizards/com/sun/star/wizards/RemoteWebWizard
new file mode 100755
index 000000000000..1f6d747c349e
--- /dev/null
+++ b/wizards/com/sun/star/wizards/RemoteWebWizard
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+from web.WWD_Events import WWD_Events
+import sys
+
+if __name__ == "__main__":
+
+ WWD_Events.main(sys.argv)