(index)
| 159 | os.path.join(dirname, '+lightbox.html')) |
| 160 | |
| 161 | def hashdir(index): |
| 162 | # To keep the number of files the shared directory lower, split it |
| 163 | # into 100 subdirectories named as follows. |
| 164 | return '%02d' % (index % 100) |
| 165 | |
| 166 | class SaveImageWorker(WorkerBase): |
| 167 | # Saving images can be sped up by sending jpeg encoding and |
no outgoing calls
no test coverage detected