Project

General

Profile

« Previous | Next » 

Revision 143aed2d

Added by koszko over 1 year ago

enable using with Python 3.7

View differences:

src/hydrilla/util/_util.py
24 24
# file's license. Although I request that you do not make use this code
25 25
# in a proprietary program, I am not going to enforce this in court.
26 26

  
27
# Enable using with Python 3.7.
28
from __future__ import annotations
29

  
27 30
import re
28 31
import json
29 32
import locale

Also available in: Unified diff