This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
This file is forked from https://gist.github.com/serge-kilimoff/8163233 | |
Supports Python 3 and fixed a few spell errors. | |
""" | |
""" | |
Subclassing Observer for saving states of folders, and load this states at the next observation. |