mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-11 05:33:37 +00:00
ce193ffcdb
Added cache handler to sickbeard it self so now everything should be running faster for searches and rss feeds.
10 lines
144 B
Python
10 lines
144 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
compat.py
|
|
~~~~~~~~~
|
|
|
|
Defines cross-platform functions and classes needed to achieve proper
|
|
functionality.
|
|
"""
|
|
|
|
pass
|