Skip to content

Commit 6fce203

Browse files
Erik Moellersssoleileraaa
authored andcommitted
Remove nonexistent Python 3.5 path
1 parent ff19184 commit 6fce203

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

alembic/env.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
# add your model's MetaData object here
1717
# for 'autogenerate' support
1818
sys.path.insert(0, path.realpath(path.join(path.dirname(__file__), '..')))
19-
# This path is purely for alembic to work on the packaged application
20-
sys.path.insert(1, "/opt/venvs/securedrop-client/lib/python3.5/site-packages")
2119
from securedrop_client.db import Base # noqa
2220
target_metadata = Base.metadata
2321

0 commit comments

Comments
 (0)