Commit 26141818 authored by Mattia Rizzolo's avatar Mattia Rizzolo

there isn't any real reason to prevent this from running outside a virtualenv…

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 1f5d86dd
......@@ -17,10 +17,6 @@
import sys
import os
# An hacky way to discover if we're inside a virtualenv
if not hasattr(sys, "real_prefix"):
raise RuntimeError("You must use this inside a virtualenv")
_branch_dir = os.path.realpath(os.path.join(sys.prefix, ".."))
......
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