[vcstocl] Import ProjectQuirks from its own file

ProjectQuirks moved into its own file in gnulib because one cannot
import modules with hyphens in them.  Adjust the quirks file to
reflect this reality.
This commit is contained in:
Siddhesh Poyarekar 2020-08-20 08:45:02 +05:30
parent 33dd32fd79
commit cd71f47acc

View file

@ -17,7 +17,7 @@
# <http://www.gnu.org/licenses/>.
from frontend_c import Frontend
from vcs_to_changelog import ProjectQuirks
from projectquirks import ProjectQuirks
import re
class GlibcProjectQuirks(ProjectQuirks):