[hydra-commits] ken.hunt: branch techdemo/ken.hunt/pythonScripts r617 - /techdemo/team/ken.hu...
SVN commits to the Hydra project
hydra-commits at lists.digium.com
Wed May 12 19:15:31 CDT 2010
Author: ken.hunt
Date: Wed May 12 19:15:30 2010
New Revision: 617
URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=617
Log:
Simple python test.
Added:
techdemo/team/ken.hunt/pythonScripts/
techdemo/team/ken.hunt/pythonScripts/lookup.py (with props)
Added: techdemo/team/ken.hunt/pythonScripts/lookup.py
URL: https://origsvn.digium.com/svn-view/hydra/techdemo/team/ken.hunt/pythonScripts/lookup.py?view=auto&rev=617
==============================================================================
--- techdemo/team/ken.hunt/pythonScripts/lookup.py (added)
+++ techdemo/team/ken.hunt/pythonScripts/lookup.py Wed May 12 19:15:30 2010
@@ -1,0 +1,5 @@
+
+def lookup(ext):
+ print "Looking up extension ", ext
+ return ext+1
+
Propchange: techdemo/team/ken.hunt/pythonScripts/lookup.py
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: techdemo/team/ken.hunt/pythonScripts/lookup.py
------------------------------------------------------------------------------
svn:executable = *
Propchange: techdemo/team/ken.hunt/pythonScripts/lookup.py
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: techdemo/team/ken.hunt/pythonScripts/lookup.py
------------------------------------------------------------------------------
svn:mime-type = text/x-python
More information about the asterisk-scf-commits
mailing list