summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-09-24 17:01:08 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-24 17:51:41 +0200
commite5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56 (patch)
treec6043bc02e17cf676a2d957d45665a08942f7cff /wizards
parentfdo#54385: Displaying help/version early on UNX requires service manager (diff)
downloadcore-e5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56.tar.gz
core-e5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56.zip
remove remote.py, which was intended to be removed...
...in cf939a858b625982ee5c361b88c5121648859dd0 but apparently the removal had an accident. Change-Id: Ifea1deebaf8c49eb72aa688f2b161f13b6a25844
Diffstat (limited to 'wizards')
-rwxr-xr-xwizards/com/sun/star/wizards/remote.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/wizards/com/sun/star/wizards/remote.py b/wizards/com/sun/star/wizards/remote.py
deleted file mode 100755
index db54e8229a68..000000000000
--- a/wizards/com/sun/star/wizards/remote.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python
-
-import uno
-from fax.FaxWizardDialogImpl import FaxWizardDialogImpl
-import sys
-
-if __name__ == "__main__":
- FaxWizardDialogImpl.main(sys.argv)