Stop using static initialisation so that dcpomatic::write() can be called more than...
[dcpomatic.git] / hacks / check_cout
index 67053ca51db09513b591f662a896c3ec2ad5da12..662bb638a090036ea18ecf4a05bb5e9c923e6c36 100644 (file)
@@ -3,7 +3,7 @@
 import os
 import shutil
 
-for root, dirs, files in os.walk('src'):
+for root, dirs, files in os.walk('.'):
     for name in files:
         if name.endswith('.cc'):
             include = False