Show More
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | from pylons import request, tmpl_context as c |
|
27 | from pylons import request, tmpl_context as c |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import logging |
|
25 | import logging | |
28 | import formencode |
|
26 | import formencode | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | from formencode import htmlfill |
|
26 | from formencode import htmlfill | |
29 | from pylons import request, session, tmpl_context as c, url |
|
27 | from pylons import request, session, tmpl_context as c, url |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | from formencode import htmlfill |
|
26 | from formencode import htmlfill | |
29 | from pylons import request, session, tmpl_context as c, url, app_globals as g, \ |
|
27 | from pylons import request, session, tmpl_context as c, url, app_globals as g, \ |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import logging |
|
25 | import logging | |
28 | import traceback |
|
26 | import traceback | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import os |
|
25 | import os | |
28 | import cgi |
|
26 | import cgi | |
29 | import logging |
|
27 | import logging |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import tempfile |
|
25 | import tempfile | |
28 | import logging |
|
26 | import logging | |
29 | import rhodecode.lib.helpers as h |
|
27 | import rhodecode.lib.helpers as h |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | from operator import itemgetter |
|
27 | from operator import itemgetter |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import formencode |
|
27 | import formencode |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import logging |
|
25 | import logging | |
28 | import traceback |
|
26 | import traceback | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import calendar |
|
26 | import calendar | |
29 | import logging |
|
27 | import logging |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import logging |
|
25 | import logging | |
28 |
|
26 | |||
29 | from pylons import tmpl_context as c |
|
27 | from pylons import tmpl_context as c |
@@ -9,20 +9,18 b'' | |||||
9 | :copyright: (c) 2010 by marcink. |
|
9 | :copyright: (c) 2010 by marcink. | |
10 | :license: LICENSE_NAME, see LICENSE_FILE for more details. |
|
10 | :license: LICENSE_NAME, see LICENSE_FILE for more details. | |
11 | """ |
|
11 | """ | |
12 |
# This program is free software |
|
12 | # This program is free software: you can redistribute it and/or modify | |
13 |
# |
|
13 | # it under the terms of the GNU General Public License as published by | |
14 |
# |
|
14 | # the Free Software Foundation, either version 3 of the License, or | |
15 |
# |
|
15 | # (at your option) any later version. | |
16 |
# |
|
16 | # | |
17 | # This program is distributed in the hope that it will be useful, |
|
17 | # This program is distributed in the hope that it will be useful, | |
18 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
18 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
20 | # GNU General Public License for more details. |
|
20 | # GNU General Public License for more details. | |
21 |
# |
|
21 | # | |
22 | # You should have received a copy of the GNU General Public License |
|
22 | # You should have received a copy of the GNU General Public License | |
23 | # along with this program; if not, write to the Free Software |
|
23 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
24 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
25 | # MA 02110-1301, USA. |
|
|||
26 |
|
24 | |||
27 | import random |
|
25 | import random | |
28 | import logging |
|
26 | import logging |
@@ -3,20 +3,18 b'' | |||||
3 | # ldap authentication lib |
|
3 | # ldap authentication lib | |
4 | # Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 | """ |
|
18 | """ | |
21 | Created on Nov 17, 2010 |
|
19 | Created on Nov 17, 2010 | |
22 |
|
20 |
@@ -3,20 +3,18 b'' | |||||
3 | # mercurial repository backup manager |
|
3 | # mercurial repository backup manager | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 |
|
5 | |||
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 |
|
18 | |||
21 | """ |
|
19 | """ | |
22 | Created on Feb 28, 2010 |
|
20 | Created on Feb 28, 2010 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import os |
|
26 | import os | |
29 | import sys |
|
27 | import sys |
@@ -11,20 +11,18 b'' | |||||
11 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
11 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
12 | :license: GPLv3, see COPYING for more details. |
|
12 | :license: GPLv3, see COPYING for more details. | |
13 | """ |
|
13 | """ | |
14 |
# This program is free software |
|
14 | # This program is free software: you can redistribute it and/or modify | |
15 |
# |
|
15 | # it under the terms of the GNU General Public License as published by | |
16 |
# |
|
16 | # the Free Software Foundation, either version 3 of the License, or | |
17 |
# |
|
17 | # (at your option) any later version. | |
18 |
# |
|
18 | # | |
19 | # This program is distributed in the hope that it will be useful, |
|
19 | # This program is distributed in the hope that it will be useful, | |
20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
20 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 | # GNU General Public License for more details. |
|
22 | # GNU General Public License for more details. | |
23 |
# |
|
23 | # | |
24 | # You should have received a copy of the GNU General Public License |
|
24 | # You should have received a copy of the GNU General Public License | |
25 | # along with this program; if not, write to the Free Software |
|
25 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
26 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
27 | # MA 02110-1301, USA. |
|
|||
28 | from celery.decorators import task |
|
26 | from celery.decorators import task | |
29 |
|
27 | |||
30 | import os |
|
28 | import os |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | from sqlalchemy import engine_from_config |
|
27 | from sqlalchemy import engine_from_config |
@@ -10,17 +10,15 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
@@ -3,20 +3,18 b'' | |||||
3 | # Custom Exceptions modules |
|
3 | # Custom Exceptions modules | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 | """ |
|
18 | """ | |
21 | Created on Nov 17, 2010 |
|
19 | Created on Nov 17, 2010 | |
22 | Custom Exceptions modules |
|
20 | Custom Exceptions modules |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import os |
|
25 | import os | |
28 | import sys |
|
26 | import sys | |
29 | import getpass |
|
27 | import getpass |
@@ -3,20 +3,18 b'' | |||||
3 | # whoosh indexer daemon for rhodecode |
|
3 | # whoosh indexer daemon for rhodecode | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 | """ |
|
18 | """ | |
21 | Created on Jan 26, 2010 |
|
19 | Created on Jan 26, 2010 | |
22 |
|
20 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | from rhodecode.lib import str2bool |
|
26 | from rhodecode.lib import str2bool | |
29 |
|
27 |
@@ -3,20 +3,18 b'' | |||||
3 | # middleware to handle git api calls |
|
3 | # middleware to handle git api calls | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 | """ |
|
18 | """ | |
21 | Created on 2010-04-28 |
|
19 | Created on 2010-04-28 | |
22 |
|
20 |
@@ -3,20 +3,18 b'' | |||||
3 | # middleware to handle mercurial api calls |
|
3 | # middleware to handle mercurial api calls | |
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
4 | # Copyright (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
5 | # |
|
5 | # | |
6 |
# This program is free software |
|
6 | # This program is free software: you can redistribute it and/or modify | |
7 |
# |
|
7 | # it under the terms of the GNU General Public License as published by | |
8 |
# |
|
8 | # the Free Software Foundation, either version 3 of the License, or | |
9 |
# |
|
9 | # (at your option) any later version. | |
10 |
# |
|
10 | # | |
11 | # This program is distributed in the hope that it will be useful, |
|
11 | # This program is distributed in the hope that it will be useful, | |
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 | # GNU General Public License for more details. |
|
14 | # GNU General Public License for more details. | |
15 |
# |
|
15 | # | |
16 | # You should have received a copy of the GNU General Public License |
|
16 | # You should have received a copy of the GNU General Public License | |
17 | # along with this program; if not, write to the Free Software |
|
17 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
18 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
19 | # MA 02110-1301, USA. |
|
|||
20 | """ |
|
18 | """ | |
21 | Created on 2010-04-28 |
|
19 | Created on 2010-04-28 | |
22 |
|
20 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import os |
|
26 | import os | |
29 | import logging |
|
27 | import logging |
@@ -28,20 +28,18 b'' | |||||
28 | # RUN YOUR CODE HERE |
|
28 | # RUN YOUR CODE HERE | |
29 |
|
29 | |||
30 | """ |
|
30 | """ | |
31 |
# This program is free software |
|
31 | # This program is free software: you can redistribute it and/or modify | |
32 |
# |
|
32 | # it under the terms of the GNU General Public License as published by | |
33 |
# |
|
33 | # the Free Software Foundation, either version 3 of the License, or | |
34 |
# |
|
34 | # (at your option) any later version. | |
35 |
# |
|
35 | # | |
36 | # This program is distributed in the hope that it will be useful, |
|
36 | # This program is distributed in the hope that it will be useful, | |
37 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
37 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
38 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
38 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
39 | # GNU General Public License for more details. |
|
39 | # GNU General Public License for more details. | |
40 |
# |
|
40 | # | |
41 | # You should have received a copy of the GNU General Public License |
|
41 | # You should have received a copy of the GNU General Public License | |
42 | # along with this program; if not, write to the Free Software |
|
42 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
43 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
44 | # MA 02110-1301, USA. |
|
|||
45 |
|
43 | |||
46 | import logging |
|
44 | import logging | |
47 | from rhodecode.model import meta |
|
45 | from rhodecode.model import meta |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import logging |
|
25 | import logging | |
28 | import datetime |
|
26 | import datetime | |
29 | from datetime import date |
|
27 | from datetime import date |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 | import os |
|
25 | import os | |
28 | import shutil |
|
26 | import shutil | |
29 | import logging |
|
27 | import logging |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 |
|
27 |
@@ -10,20 +10,18 b'' | |||||
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> |
|
10 | :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> | |
11 | :license: GPLv3, see COPYING for more details. |
|
11 | :license: GPLv3, see COPYING for more details. | |
12 | """ |
|
12 | """ | |
13 |
# This program is free software |
|
13 | # This program is free software: you can redistribute it and/or modify | |
14 |
# |
|
14 | # it under the terms of the GNU General Public License as published by | |
15 |
# |
|
15 | # the Free Software Foundation, either version 3 of the License, or | |
16 |
# |
|
16 | # (at your option) any later version. | |
17 |
# |
|
17 | # | |
18 | # This program is distributed in the hope that it will be useful, |
|
18 | # This program is distributed in the hope that it will be useful, | |
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
19 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
20 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
21 | # GNU General Public License for more details. |
|
21 | # GNU General Public License for more details. | |
22 |
# |
|
22 | # | |
23 | # You should have received a copy of the GNU General Public License |
|
23 | # You should have received a copy of the GNU General Public License | |
24 | # along with this program; if not, write to the Free Software |
|
24 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | |
25 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
|
|||
26 | # MA 02110-1301, USA. |
|
|||
27 |
|
25 | |||
28 | import logging |
|
26 | import logging | |
29 | import traceback |
|
27 | import traceback |
General Comments 0
You need to be logged in to leave comments.
Login now