summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/sync/syncexceptions.py')
-rw-r--r--pym/sync/syncexceptions.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/pym/sync/syncexceptions.py b/pym/sync/syncexceptions.py
deleted file mode 100644
index dce2fb8..0000000
--- a/pym/sync/syncexceptions.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# syncexceptions.py: base sync exception class. not used currently (should be though)
-# Copyright 2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/pym/sync/syncexceptions.py,v 1.3 2004/11/07 14:38:39 ferringb Exp $
-
-class SyncException(Exception):
- """base sync exception"""
- def __init__(self,value):
- self.value=value
- def __str__(self):
- return value