13
0

add missing regexp support to pbd/wscript

This commit is contained in:
Robin Gareus 2015-04-24 00:41:23 +02:00
parent 91b9d6c063
commit 63b3d06fd7

View File

@ -4,6 +4,7 @@ from waflib import Options
from waflib import TaskGen
import os
import sys
import re
# Version of this package (even if built as a child)
MAJOR = '4'