0

get_data will no longer repeatedly try to open missing chunks

This commit is contained in:
Aaron Griffith
2012-03-03 22:03:20 -05:00
parent 628b24d073
commit 4a9c4fd150
2 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 28
#define OVERVIEWER_EXTENSION_VERSION 29
/* Python PIL, and numpy headers */
#include <Python.h>