浏览代码

change filename to robotic_releases.py

Mark Mikofski 8 年之前
父节点
当前提交
7539725571
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/contrib/robotic_releases.py

+ 1 - 1
dulwich/contrib/latest_git_tags.py → dulwich/contrib/robotic_releases.py

@@ -6,7 +6,7 @@ newest to oldest.
 Import this module into the package ``__init__.py`` and then set ``__version__``
 as follows::
 
-    from dulwich.contrib.latest_git_tags import get_recent_tags
+    from dulwich.contrib.robotic_releases import get_recent_tags
 
     __version__ = get_recent_tags()[0][0][1:]
     # other dunder classes like __author__, etc.