mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
[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:
parent
33dd32fd79
commit
cd71f47acc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user