aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/storage/vcs/__init__.py')
-rw-r--r--libbe/storage/vcs/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/storage/vcs/__init__.py b/libbe/storage/vcs/__init__.py
index 9dadd73..2fd8dc4 100644
--- a/libbe/storage/vcs/__init__.py
+++ b/libbe/storage/vcs/__init__.py
@@ -23,7 +23,6 @@
There is a base class (:py:class:`~libbe.storage.vcs.VCS`) translating
Storage language to VCS language, and a number of `VCS` implementations:
-* :py:class:`~libbe.storage.vcs.arch.Arch`
* :py:class:`~libbe.storage.vcs.bzr.Bzr`
* :py:class:`~libbe.storage.vcs.darcs.Darcs`
* :py:class:`~libbe.storage.vcs.git.Git`