diff --git a/pyenliven/deprecated.py b/pyenliven/deprecated.py index cfeed42..51911d7 100644 --- a/pyenliven/deprecated.py +++ b/pyenliven/deprecated.py @@ -1,8 +1,9 @@ #!/usr/bin/env class Repo: ''' - The real one is in enliven.py + WARNING: The real Repo class is in enliven.py ''' + print(__doc__) pass class GiteaRepo(Repo):