Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-19 17:48:13 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-06-19 17:48:13 +0300
commit084cd046e2a523fb05a19be6aefe3eb27ceeb195 (patch)
tree4c5d1b95e8c4e2b0c24f8607c64f995220979bfc /scripts
parent4732221c3d512e8dac8b4edec481a71073294f23 (diff)
Apply specific commit from pr #58 to develop branch.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make_free_functions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_free_functions.py b/scripts/make_free_functions.py
index 0368b261..aed899ed 100644
--- a/scripts/make_free_functions.py
+++ b/scripts/make_free_functions.py
@@ -3,7 +3,7 @@
# (C) 2017 Niall Douglas
from __future__ import print_function
-import sys, glob, re
+import glob, re
for header in glob.glob("../include/afio/*/*.hpp"):
with open(header, "rt") as ih: