Skip to content

Commit

Permalink
Cleanup python2
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Sep 23, 2024
1 parent 1ad432a commit 459a805
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions alibuild_helpers/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import os
import shlex

try:
import commands
except ImportError:
import subprocess as commands
import subprocess as commands
from os.path import abspath, dirname, basename
import sys

Expand Down

0 comments on commit 459a805

Please sign in to comment.