mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03: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:
@ -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):
|
||||
|
Reference in New Issue
Block a user