Commit 74956cfe authored by ben's avatar ben

Deleted legacy get_incobjs function


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@232 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 90df2383
......@@ -19,10 +19,6 @@ import Globals, Time
class ManageException(Exception): pass
class Manage:
def get_incobjs(datadir):
"""Return Increments objects given the rdiff-backup data directory"""
return map(IncObj, Manage.find_incrps_with_base(datadir, "increments"))
def get_file_type(rp):
"""Returns one of "regular", "directory", "missing", or "special"."""
if not rp.lstat(): return "missing"
......
......@@ -19,10 +19,6 @@ import Globals, Time
class ManageException(Exception): pass
class Manage:
def get_incobjs(datadir):
"""Return Increments objects given the rdiff-backup data directory"""
return map(IncObj, Manage.find_incrps_with_base(datadir, "increments"))
def get_file_type(rp):
"""Returns one of "regular", "directory", "missing", or "special"."""
if not rp.lstat(): return "missing"
......
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