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