[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819
Sebastian Krzyszkowiak
seba.dos1 at gmail.com
Sat Aug 6 08:17:50 UTC 2011
The following commit has been merged in the debian branch:
commit 0122e7730c1af9e860e528e94460b840ad8d0ad0
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date: Mon Aug 10 22:58:43 2009 +0200
opimd: helpers: add InvalidData dbus error
diff --git a/framework/subsystems/opimd/helpers.py b/framework/subsystems/opimd/helpers.py
index dabbe91..4cf80c3 100644
--- a/framework/subsystems/opimd/helpers.py
+++ b/framework/subsystems/opimd/helpers.py
@@ -85,3 +85,10 @@ class NoMoreEntries( DBusException ):
#----------------------------------------------------------------------------#
"""Raised when there are no more entries to be listed"""
_dbus_error_name = "org.freesmartphone.PIM.NoMoreEntries"
+
+#----------------------------------------------------------------------------#
+class InvalidData( DBusException ):
+#----------------------------------------------------------------------------#
+ """Raised when data passed to method are not valid"""
+ _dbus_error_name = "org.freesmartphone.PIM.InvalidDate"
+
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list