summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/RemoteAgendaWizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/RemoteAgendaWizard')
-rwxr-xr-xwizards/com/sun/star/wizards/RemoteAgendaWizard6
1 files changed, 0 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/RemoteAgendaWizard b/wizards/com/sun/star/wizards/RemoteAgendaWizard
deleted file mode 100755
index 996ad35e4e76..000000000000
--- a/wizards/com/sun/star/wizards/RemoteAgendaWizard
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env python
-from agenda.AgendaWizardDialogImpl import AgendaWizardDialogImpl
-import sys
-
-if __name__ == "__main__":
- AgendaWizardDialogImpl.main(sys.argv)