repo.or.cz
/
fuse-mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get the timestamp with the revision fetch
[fuse-mediawiki.git]
/
fuse-mediawiki
blob
a284e51eabd22d969674d87306f09f0d29537874
1
#!/usr/bin/python
2
import
sys
3
try
:
4
import
fuse_mediawiki
5
fuse_mediawiki
.
main
()
6
except
ImportError
:
7
print
>>
sys
.
stderr
,
"""\
8
There was a problem importing the fuse_mediawiki module. Please make sure that
9
you have fuse-mediawiki installed properly.
10
"""
11
sys
.
exit
(
1
)