summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-05 15:03:54 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-05 15:16:29 +0300
commit682fa6c9ff57339d19b931a890d9b1bbfc93a7fc (patch)
tree64ad0d2a313613aa520d4b09d3b482f93c78bd7b /obnamlib/__init__.py
parent9aef03b5df2838b57585b25c935f9044aafc2be6 (diff)
downloadobnam-682fa6c9ff57339d19b931a890d9b1bbfc93a7fc.tar.gz
Add split_pathname
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 24f57a8c..0f6988a3 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -106,6 +106,7 @@ from app import App, ObnamIOError, ObnamSystemError
from humanise import humanise_duration, humanise_size, humanise_speed
from chunkid_token_map import ChunkIdTokenMap
from pathname_excluder import PathnameExcluder
+from splitpath import split_pathname
from obj_serialiser import serialise_object, deserialise_object
from bag import Bag, BagIdNotSetError, make_object_id, parse_object_id