public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] [vcstocl] Import ProjectQuirks from its own file
@ 2020-08-20 17:53 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2020-08-20 17:53 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cd71f47acc935e4afd588c76e33b9f867daec90d

commit cd71f47acc935e4afd588c76e33b9f867daec90d
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Thu Aug 20 08:45:02 2020 +0530

    [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.

Diff:
---
 scripts/vcstocl_quirks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/vcstocl_quirks.py b/scripts/vcstocl_quirks.py
index d73a586317..b79b5d954e 100644
--- a/scripts/vcstocl_quirks.py
+++ b/scripts/vcstocl_quirks.py
@@ -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):


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-20 17:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20 17:53 [glibc] [vcstocl] Import ProjectQuirks from its own file Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).