Skip to content

Commit 44ad0ec

Browse files
committed
Support Python 2.
1 parent 93f78f9 commit 44ad0ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_watch/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
import sys
24

35
import pytest

0 commit comments

Comments
 (0)