aboutsummaryrefslogtreecommitdiffstats
path: root/extlib
diff options
context:
space:
mode:
Diffstat (limited to 'extlib')
-rw-r--r--extlib/README13
-rw-r--r--extlib/freesound/audioprocessing.py2
m---------extlib/pdf.js0
3 files changed, 14 insertions, 1 deletions
diff --git a/extlib/README b/extlib/README
index a2cc6ec0..45ee5b46 100644
--- a/extlib/README
+++ b/extlib/README
@@ -63,6 +63,19 @@ FAQ
This is a last resort; consult with the rest of the dev group
before taking this radical step.
+:Q: What about submodules?
+
+:A: pdf.js is supplied as a submodule, and other software may use that too,
+ to add a new submodule:
+ git submodule add <git-repo-of-fun-project> extlib/fun-project
+
+ Use it just like a snapshotted extlib directory. When a new clone of mediagoblin
+ is made you need to run
+
+ git submodule init
+ git submodule update
+
+ As noted in HackingHowto
Thanks
======
diff --git a/extlib/freesound/audioprocessing.py b/extlib/freesound/audioprocessing.py
index c1dfe2eb..2c2b35b5 100644
--- a/extlib/freesound/audioprocessing.py
+++ b/extlib/freesound/audioprocessing.py
@@ -20,7 +20,7 @@
# Bram de Jong <bram.dejong at domain.com where domain in gmail>
# 2012, Joar Wandborg <first name at last name dot se>
-import Image, ImageDraw, ImageColor #@UnresolvedImport
+from PIL import Image, ImageDraw, ImageColor #@UnresolvedImport
from functools import partial
import math
import numpy
diff --git a/extlib/pdf.js b/extlib/pdf.js
new file mode 160000
+Subproject 369b81b63f560b5d729da26752ca541503d8151