Changeset eabca30 in observatorio


Ignore:
Timestamp:
Apr 27, 2015, 3:27:42 PM (9 years ago)
Author:
Alejandro <amujica@…>
Branches:
master
Children:
c2317f0
Parents:
0fea4f7 (diff), e99d4cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Modulo python con el cambio del sistema de construccion de cadenas que trabaja con una sola conexion a base de datos.

Location:
procesos/extapps/chains
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • procesos/extapps/chains/svg_sigesic_builder.py

    rfff0e75 r0fea4f7  
    11# This file was automatically generated by SWIG (http://www.swig.org).
    2 # Version 1.3.40
     2# Version 2.0.7
    33#
    44# Do not make changes to this file unless you know what you are doing--modify
    55# the SWIG interface file instead.
    6 # This file is compatible with both classic and new-style classes.
     6
     7
    78
    89from sys import version_info
     
    4041    method = class_type.__swig_setmethods__.get(name,None)
    4142    if method: return method(self,value)
    42     if (not static) or hasattr(self,name):
     43    if (not static):
    4344        self.__dict__[name] = value
    4445    else:
     
    7778    __del__ = lambda self : None;
    7879    def value(self): return _svg_sigesic_builder.SwigPyIterator_value(self)
    79     def incr(self, n = 1): return _svg_sigesic_builder.SwigPyIterator_incr(self, n)
    80     def decr(self, n = 1): return _svg_sigesic_builder.SwigPyIterator_decr(self, n)
     80    def incr(self, n=1): return _svg_sigesic_builder.SwigPyIterator_incr(self, n)
     81    def decr(self, n=1): return _svg_sigesic_builder.SwigPyIterator_decr(self, n)
    8182    def distance(self, *args): return _svg_sigesic_builder.SwigPyIterator_distance(self, *args)
    8283    def equal(self, *args): return _svg_sigesic_builder.SwigPyIterator_equal(self, *args)
     
    147148  return _svg_sigesic_builder.buildSvg(*args)
    148149buildSvg = _svg_sigesic_builder.buildSvg
     150# This file is compatible with both classic and new-style classes.
    149151
    150152
Note: See TracChangeset for help on using the changeset viewer.