projects
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9375d31
)
Trivial typo fix (also tests OpenSRF buildbot)
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 25 Jan 2011 18:15:22 +0000
(18:15 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 25 Jan 2011 18:15:22 +0000
(18:15 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2148
9efc2488
-bf62-4759-914b-
345cdb29e865
src/python/osrf/app.py
patch
|
blob
|
history
diff --git
a/src/python/osrf/app.py
b/src/python/osrf/app.py
index
32eae70
..
ae00270
100644
(file)
--- a/
src/python/osrf/app.py
+++ b/
src/python/osrf/app.py
@@
-43,7
+43,7
@@
class Method(object):
class Application(object):
''' Base class for OpenSRF applications. Provides static methods
for loading and registering applications as well as common
- applicat
oi
n methods. '''
+ applicat
io
n methods. '''
# global application handle
application = None