No need to port to Python 3.

This commit is contained in:
Itamar Turner-Trauring 2021-04-06 10:04:18 -04:00
parent 1893f12cb0
commit 7f4a99306b

View File

@ -1,3 +1,13 @@
"""
This module is only necessary on Python 2. Once Python 2 code is dropped, it
can be deleted.
"""
from future.utils import PY3
if PY3:
raise RuntimeError("Just use subprocess.Popen")
# -*- coding: utf-8 -*-
## Copyright (C) 2021 Valentin Lab