diff options
author | tlatorre <tlatorre@uchicago.edu> | 2020-12-27 13:35:33 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2020-12-27 13:35:33 -0600 |
commit | c71532924c8c2be07026041b7cd62819e90e8c64 (patch) | |
tree | 86f12eb947cdd7ebc7d32d79b60c2d3bef1d1f96 /utils/chi2 | |
parent | ff7f5117095f451f5b62f9b3caec6a5d21bdd891 (diff) | |
download | sddm-c71532924c8c2be07026041b7cd62819e90e8c64.tar.gz sddm-c71532924c8c2be07026041b7cd62819e90e8c64.tar.bz2 sddm-c71532924c8c2be07026041b7cd62819e90e8c64.zip |
reduce memory usage
Diffstat (limited to 'utils/chi2')
-rwxr-xr-x | utils/chi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2019, Anthony Latorre <tlatorre at uchicago> # # This program is free software: you can redistribute it and/or modify it |