diff --git a/libsaria/path/__init__.py b/libsaria/path/__init__.py index d7e29fe3..983b5a97 100644 --- a/libsaria/path/__init__.py +++ b/libsaria/path/__init__.py @@ -7,6 +7,7 @@ exists = os.path.exists is_dir = os.path.isdir expand = os.path.expanduser splitext = os.path.splitext +basename = os.path.basename join = os.path.join makedir = os.mkdir rm = os.remove