Skip to content

Commit

Permalink
fix tests after #342
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 28, 2024
1 parent c1dffc5 commit 565ba70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nodeenv_test.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from __future__ import absolute_import
from __future__ import unicode_literals

import os.path
import sys
if sys.version_info < (3, 3):
from pipes import quote as _quote
else:
from shlex import quote as _quote
import os.path
import subprocess
import sys
import sysconfig
Expand Down

0 comments on commit 565ba70

Please sign in to comment.