diff options
author | Xisco Fauli <anistenis@gmail.com> | 2012-09-24 17:01:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-24 17:51:41 +0200 |
commit | e5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56 (patch) | |
tree | c6043bc02e17cf676a2d957d45665a08942f7cff /wizards | |
parent | 2f14e2e67c58fe6948501d57a38cd0d2ad84dfff (diff) |
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-x | wizards/com/sun/star/wizards/remote.py | 8 |
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) |