We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f1de6 commit a6eadf9Copy full SHA for a6eadf9
2 files changed
code_comments/__init__.py
@@ -1,6 +1,7 @@
1
from code_comments import comment
2
from code_comments import comments
3
from code_comments import db
4
+from code_comments import notification
5
from code_comments import web
6
from code_comments import comment_macro
-from code_comments import ticket_event_listener
7
+from code_comments import ticket_event_listener
setup.py
@@ -9,8 +9,6 @@
9
entry_points={
10
'trac.plugins': [
11
'code_comments = code_comments',
12
- 'code_comments.api = code_comments.api',
13
- 'code_comments.notification = code_comments.notification',
14
],
15
},
16
package_data={
0 commit comments