Skip to content

Commit

Permalink
Use importlib.util for better support
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosavola authored Feb 3, 2023
1 parent 49daec4 commit a6aa73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# for individuals (meetiqm.com/developers/clas/individual) and organizations (meetiqm.com/developers/clas/organization).

import os
import importlib
import importlib.util
import argparse
import subprocess

Expand Down

0 comments on commit a6aa73e

Please sign in to comment.