Skip to content

Commit

Permalink
pickle backcompat.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed May 16, 2019
1 parent 2d60bdf commit 4853b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysollib/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import traceback
from pickle import UnpicklingError

import pysollib.app_stat
from pysollib.actions import PysolMenubar
from pysollib.actions import PysolToolbar
from pysollib.app_stat_result import GameStatResult
Expand Down Expand Up @@ -69,6 +70,7 @@
import logging

_GameStatResult = GameStatResult
GameStat = pysollib.app_stat.GameStat


# ************************************************************************
Expand Down

0 comments on commit 4853b2d

Please sign in to comment.