projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff36ca1
)
Trivial typo fix (also tests OpenSRF buildbot)
author
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Feb 2011 18:14:30 +0000
(18:14 +0000)
committer
dbs
<dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Feb 2011 18:14:30 +0000
(18:14 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_2_0@2178
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