fix plot style breakage
commit22a5ec54446c9b080c757055a1942570b8bc448b
authorMichael J Gruber <michaeljgruber@users.sourceforge.net>
Thu, 22 Dec 2011 13:21:51 +0000 (22 14:21 +0100)
committerMichael J Gruber <michaeljgruber@users.sourceforge.net>
Thu, 22 Dec 2011 13:21:51 +0000 (22 14:21 +0100)
tree7c336e243a7c047677a89b6a0004f397f7609286
parente9d4e088de0d8703df6cd1d6985b37cc35c32719
fix plot style breakage

r3235 moved plot styles to graph.style. As a result, plotitem raises

AttributeError: 'module' object has no attribute 'getdefaultprovider'

because style.getdefaultprovider() does not find getdefaultprovider when
called in the module style (graph.style).

Fix this by referencing getdefaultprovider() directly (without the
module) in that module.
pyx/graph/style.py