소스 검색

change name to release_robot

Mark Mikofski 8 년 전
부모
커밋
f359e5f1fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dulwich/contrib/release_robot.py

+ 1 - 1
dulwich/contrib/robotic_releases.py → dulwich/contrib/release_robot.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.robotic_releases import get_recent_tags
+    from dulwich.contrib.release_robot import get_recent_tags
 
     __version__ = get_recent_tags()[0][0][1:]
     # other dunder classes like __author__, etc.