Skip to content

Commit

Permalink
update to use new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rm1k3 committed Jun 12, 2014
1 parent 3506c46 commit bb91ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions families/wikipedia_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,9 @@ def __init__(self):
self.namespaces[111] = {
'als': u'Nochricht Diskussion',
}
self.namespaces[118] = {
'en': u'test',
}

self.category_redirect_templates = {
'_default': (),
Expand Down
2 changes: 1 addition & 1 deletion runexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ echo going to run process
cd ${HOME}/experiments/wikiteam/data
#pwd
python $HOME/experiments/wikiteam/process.py
#rm -rf ${HOME}/experiments/wikiteam/data/wt*
rm -rf ${HOME}/experiments/wikiteam/data/wt*

0 comments on commit bb91ee1

Please sign in to comment.