diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-08-02 12:52:38 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-08-18 02:57:44 +0200 |
commit | 3f92e275dafc0a54160937710cf77a9995c08cb5 (patch) | |
tree | 69b20e0b4e84d8af5adc0d77b439f95b60d43816 /wizards | |
parent | 3c7d254e415b5b16a468ce94c6e6c336206e3aa6 (diff) |
Unused file
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/common/prova.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/common/prova.py b/wizards/com/sun/star/wizards/common/prova.py deleted file mode 100644 index 1219ba9aff7b..000000000000 --- a/wizards/com/sun/star/wizards/common/prova.py +++ /dev/null @@ -1,7 +0,0 @@ -from PropertyNames import PropertyNames - -class prova: - - def Imprimir(self): - print PropertyNames.PROPERTY_STEP - |