Skip to content

Commit

Permalink
test_versionpredicate.py: Fix undefined name unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and youknowone committed Dec 4, 2024
1 parent 2d3b155 commit 49fe49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distutils/distutils/tests/test_versionpredicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ def load_tests(loader, tests, pattern):
return tests

if __name__ == '__main__':
import unittest

unittest.main()

0 comments on commit 49fe49a

Please sign in to comment.