Commit 83d52ad9 authored by ben's avatar ben

Added __str__ method just for completeness sake


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@75 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 12929f4c
......@@ -22,7 +22,7 @@ class Connection:
"""
def __repr__(self): return self.__str__()
def __str__(self): return "Simple Connection" # override later
class LocalConnection(Connection):
"""Local connection
......
......@@ -22,7 +22,7 @@ class Connection:
"""
def __repr__(self): return self.__str__()
def __str__(self): return "Simple Connection" # override later
class LocalConnection(Connection):
"""Local connection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment