projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
#OSQA-388, showing message to the current user on submit, the username of the awarded...
[osqa.git]
/
forum
/
startup.py
1
import sys
2
import os
3
sys.path.append(os.path.join(os.path.dirname(__file__),'markdownext'))
4
5
from forum.modules import get_modules_script
6
7
get_modules_script('settings')
8
get_modules_script('startup')
9
10
11
import forum.badges
12
import forum.subscriptions
13
import forum.registry
14
15
16