From c898dde791f095d5e2c5f0e4ad82785547935383 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 14:39:52 +0200 Subject: [PATCH] PEP-8 --- naja/constants.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/naja/constants.py b/naja/constants.py index 9ec9f38..6ffc1a4 100644 --- a/naja/constants.py +++ b/naja/constants.py @@ -147,10 +147,10 @@ ACTION_GLYPHS = AttrDict({ 'SHIFT_RIGHT': 'glyphs/shift_right.png', }) -TUNES = [ - 'ants.ogg', - 'python.ogg', - 'death_on_a_b.ogg', - 'scape.ogg', - 'another_beek.ogg', - ] +TUNES = ( + 'ants.ogg', + 'python.ogg', + 'death_on_a_b.ogg', + 'scape.ogg', + 'another_beek.ogg', +) -- 2.34.1