shlomif / fc-solve

Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
https://fc-solve.shlomifish.org/
MIT License
58 stars 12 forks source link

six usage #96

Closed pgajdos closed 1 year ago

pgajdos commented 1 year ago

You are using six on few places, is that necessary?

fc-solve/scripts/analyse-deals-range-prelude-stage-execution.py:from six import print_
fc-solve/scripts/generate-summary-length-improvements/summarizer-v2.py:from six.moves import range
fc-solve/source/board_gen/find-freecell-deal-index.py:from six.moves import range
shlomif commented 1 year ago

@pgajdos : hi! Yes - it is necessary.