Skip to content

Commit

Permalink
[#7755] test_resource_configuration.py: remove some broken compatib…
Browse files Browse the repository at this point in the history
…ility code
  • Loading branch information
SwooshyCueb authored and alanking committed Jun 12, 2024
1 parent 29bbd53 commit c71b0f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/irods/test/test_resource_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
import os
import socket
import datetime
import imp
if sys.version_info >= (2, 7):
import unittest
else:
import unittest2 as unittest
import unittest

from .. import test
from . import settings
Expand Down

0 comments on commit c71b0f6

Please sign in to comment.