X-Git-Url: http://git.maemo.org/git/?p=remotepc;a=blobdiff_plain;f=pcremote-server-desktop%2Fdebian%2Fpcremote-server%2Fusr%2Fshare%2Fpcremote-server%2Fexceptions%2Fexception.py;fp=pcremote-server-desktop%2Fdebian%2Fpcremote-server%2Fusr%2Fshare%2Fpcremote-server%2Fexceptions%2Fexception.py;h=0000000000000000000000000000000000000000;hp=697535bc54116f420146ab4c29ea8c418dd3fd79;hb=e164265008086869be2d718f635900a9bf38b7dd;hpb=3885148cece97c7cd7e9e4aaa1cb51f341e53f6c diff --git a/pcremote-server-desktop/debian/pcremote-server/usr/share/pcremote-server/exceptions/exception.py b/pcremote-server-desktop/debian/pcremote-server/usr/share/pcremote-server/exceptions/exception.py deleted file mode 100755 index 697535b..0000000 --- a/pcremote-server-desktop/debian/pcremote-server/usr/share/pcremote-server/exceptions/exception.py +++ /dev/null @@ -1,52 +0,0 @@ -# -*- coding: utf-8 -*- - -# **************************************************************************** -# Copyright (c) 2008 INdT/Fucapi. -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -# ============================================================================ -# Project Name : PC Remote -# Author : Jônatas Isvi -# Email : jonatas.nona@gmail.com -# Reviewer : -# Email : -# Version : 1.0 -# package : exceptions -# Description : Exceptions -# ============================================================================ - -class BluetoothConnectionError(Exception): - ''' Treatment of errors bluetooth connections ''' - pass - -class WirelessConnectionError(Exception): - ''' Treatment of errors wireless connections ''' - pass - -class IconnectionError(Exception): - ''' Treatment of errors Iconnection class ''' - pass - - - - - - - - - - - - -