Browse Source

removing debugging variable

pull/329/head
Nicolas Bonfante 9 years ago
parent
commit
60f3798fb0
  1. 1
      pygal/graph/gauge.py

1
pygal/graph/gauge.py

@ -25,7 +25,6 @@ from pygal._compat import is_str
from pygal.graph.graph import Graph
from pygal.util import alter, compute_scale, cut, decorate, compose
from pygal.view import PolarThetaLogView, PolarThetaView
TEMPCLOCK = False
class Gauge(Graph):

Loading…
Cancel
Save