Skip to content

Commit

Permalink
Fix python2 test case compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Frissi0n committed Dec 4, 2023
1 parent d336561 commit d5799c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtfonow/tests/test_privesc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from __future__ import print_function
import sys
import pytest
import os
from gtfonow.gtfonow import *
from unittest.mock import patch
from __future__ import print_function

log.set_level(logging.DEBUG)

Expand Down

0 comments on commit d5799c9

Please sign in to comment.