Skip to content
Snippets Groups Projects

Merge colorpicker changes into release

Closed Sankhesh Jhaveri requested to merge master into release
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -2011,8 +2011,8 @@ class FileAxis(AbstractAxis):
else:
if isinstance(key, int) and key >= len(self):
raise IndexError, 'Index out of bounds: %d' % key
if isinstance(key, tuple):
key=(key,)
if not isinstance(key, tuple):
key=(key,)
return apply(self._obj_.getitem, key)
if self._data_ is None:
self._data_=self.getData()
Loading