diff options
Diffstat (limited to 'presentty/palette.py')
-rw-r--r-- | presentty/palette.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/presentty/palette.py b/presentty/palette.py index 6079a95..534618f 100644 --- a/presentty/palette.py +++ b/presentty/palette.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +from __future__ import absolute_import, division, print_function + import urwid DARK_PALETTE = { |