Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
errbot
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Birger Schacht
errbot
Commits
0cb04ebc
Commit
0cb04ebc
authored
Sep 27, 2015
by
Guillaume Binet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #483 from mrshu/mrshu/errpy-fix
hotfix: Moved errbot.py to err.py
parents
c14b57ce
1323caed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
errbot/err.py
errbot/err.py
+0
-0
setup.py
setup.py
+1
-1
No files found.
errbot/err
bot
.py
→
errbot/err.py
View file @
0cb04ebc
File moved
setup.py
View file @
0cb04ebc
...
...
@@ -99,7 +99,7 @@ if __name__ == "__main__":
packages
=
find_packages
(
src_root
,
exclude
=
[
'tests'
]),
entry_points
=
{
'console_scripts'
:
[
'errbot = errbot.err
bot
:main'
'errbot = errbot.err:main'
]
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment