From e5d64a0c5c5a49c55f51a1fcfed18bbb0436cc56 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 24 Sep 2012 17:01:08 +0200 Subject: [PATCH] remove remote.py, which was intended to be removed... ...in cf939a858b625982ee5c361b88c5121648859dd0 but apparently the removal had an accident. Change-Id: Ifea1deebaf8c49eb72aa688f2b161f13b6a25844 --- wizards/com/sun/star/wizards/remote.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 wizards/com/sun/star/wizards/remote.py 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)