server/sources/__init__.py
changeset 9448 3e7cad3967c5
parent 9446 18a186b02970
child 9449 287a05ec7ab1
--- a/server/sources/__init__.py	Thu Jun 27 08:30:46 2013 +0200
+++ b/server/sources/__init__.py	Tue Jan 21 18:11:30 2014 +0100
@@ -64,9 +64,6 @@
 
 class AbstractSource(object):
     """an abstract class for sources"""
-    # does the source copy data into the system source, or is it a *true* source
-    # (i.e. entities are not stored physically here)
-    copy_based_source = False
 
     # boolean telling if modification hooks should be called when something is
     # modified in this source