Spaces:
Paused
Paused
| #!/usr/bin/python | |
| # -*- coding: latin-1 -*- | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by the | |
| # Free Software Foundation; either version 3, or (at your option) any later | |
| # version. | |
| # | |
| # This program is distributed in the hope that it will be useful, but | |
| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY | |
| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
| # for more details. | |
| """M�dulo para acceder a web services de la afip | |
| """ | |
| __author__ = "Mariano Reingart (mariano@gmail.com)" | |
| __copyright__ = "Copyright (C) 2008-2015 Mariano Reingart" | |
| __license__ = "GPL 3.0" | |