code
stringlengths
1
1.72M
language
stringclasses
1 value
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
Python
#!/usr/bin/python2.4 # # Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable l...
Python
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
Python
# Copyright (C) 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
Python
# Early, and incomplete implementation of -04. # import re import urllib RESERVED = ":/?#[]@!$&'()*+,;=" OPERATOR = "+./;?|!@" EXPLODE = "*+" MODIFIER = ":^" TEMPLATE = re.compile(r"{(?P<operator>[\+\./;\?|!@])?(?P<varlist>[^}]+)}", re.UNICODE) VAR = re.compile(r"^(?P<varname>[^=\+\*:\^]+)((?P<explode>[\+\*])|(?P<part...
Python
#!/usr/bin/env python # Copyright (c) 2010, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this l...
Python
"""SocksiPy - Python SOCKS module. Version 1.00 Copyright 2006 Dan-Haim. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
Python
""" iri2uri Converts an IRI to a URI. """ __author__ = "Joe Gregorio (joe@bitworking.org)" __copyright__ = "Copyright 2006, Joe Gregorio" __contributors__ = [] __version__ = "1.0.0" __license__ = "MIT" __history__ = """ """ import urlparse # Convert an IRI to a URI following the rules in RFC 3987 # # The characte...
Python
from __future__ import generators """ httplib2 A caching http interface that supports ETags and gzip to conserve bandwidth. Requires Python 2.3 or later Changelog: 2007-08-18, Rick: Modified so it's able to use a socks proxy if needed. """ __author__ = "Joe Gregorio (joe@bitworking.org)" __copyright__ = "Copyright...
Python
#!/usr/bin/env python # # Copyright (c) 2002, Google Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this ...
Python
#!/usr/bin/python '''Usage: %s [OPTIONS] <input file(s)> Generate test source file for CxxTest. -v, --version Write CxxTest version -o, --output=NAME Write output to file NAME --runner=CLASS Create a main() function that runs CxxTest::CLASS --gui=CLASS Like --runner, with GUI c...
Python
#!/usr/bin/python '''Usage: %s [OPTIONS] <input file(s)> Generate test source file for CxxTest. -v, --version Write CxxTest version -o, --output=NAME Write output to file NAME --runner=CLASS Create a main() function that runs CxxTest::CLASS --gui=CLASS Like --runner, with GUI c...
Python
# ; -*- mode: python; tab-width: 4; -*-
Python
# ; -*- mode: python; tab-width: 4; -*-
Python
# ; -*- mode: python; tab-width: 4; -*- #source = Glob("./src/*.cpp") #source.append("./src/fixmessagecounter.l") debug = int(ARGUMENTS.get("debug", 1)) if debug > 0: CCFLAGS="-Wall -g" print "Building WITH debug info." else: CCFLAGS="-Wall" print "Building WITHOUT debug info." VariantDir("./build",...
Python
# ; -*- mode: python; tab-width: 4; -*- #source = Glob("./src/*.cpp") #source.append("./src/fixmessagecounter.l") debug = int(ARGUMENTS.get("debug", 1)) if debug > 0: CCFLAGS="-Wall -g" print "Building WITH debug info." else: CCFLAGS="-Wall" print "Building WITHOUT debug info." VariantDir("./build",...
Python
# ; -*- mode: python; tab-width: 4; -*-
Python
# ; -*- mode: python; tab-width: 4; -*-
Python
# ; -*- mode: python; tab-width: 4; -*- #source = Glob("./src/*.cpp") #source.append("./src/fixmessagecounter.l") debug = int(ARGUMENTS.get("debug", 1)) if debug > 0: CCFLAGS="-Wall -g" print "Building WITH debug info." else: CCFLAGS="-Wall" print "Building WITHOUT debug info." VariantDir("./build",...
Python
# ; -*- mode: python; tab-width: 4; -*- #source = Glob("./src/*.cpp") #source.append("./src/fixmessagecounter.l") debug = int(ARGUMENTS.get("debug", 1)) if debug > 0: CCFLAGS="-Wall -g" print "Building WITH debug info." else: CCFLAGS="-Wall" print "Building WITHOUT debug info." VariantDir("./build",...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from datetime import datetime import logging from mod_python import apache from mo...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import os import smtplib import mimetypes from email.MIMEMultipart import MIMEMulti...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import datetime from phunc import info from phunc.logger import * from phunc.exce...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from phunc.utils import dictfetch, get_formatted_address,get_whole_save_path,get_wh...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ DEBUG = False import scanning from parseengine import Parse import time import fpf...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import scanning from templatetag import NodeList as NodeList from templatetag impor...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import re #token type TOKEN_TEXT = 0 TOKEN_VAR = 1 TOKEN_BLOCK = 2 TOKEN_TRANSLATE...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import re from phunc.utils import HTMLEncode from phunc.logger import logger regis...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import logging import logging.config #Singleton pattern. Ensure the logger insta...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import action import phunc.utils as utils from phunc.logger import logger #generic...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ start_sql_map = {'create_init_db_func': """CREATE FUNCTION init_db() RETURNS INT AS...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ admin_action_map = { 'get_user_id': ''' select nextval('system.user_id_se...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import app_sql import start_sql class ActionExistError(Exception): pass def regi...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from phunc.logger import logger from phunc.exception import GeneralBusinessErr ses...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from phunc.template import Template as Template from phunc.logger import logger #...
Python
#!/usr/bin/python """ Obol Hub Copyright, license, etc notice.. """ class BaseElement: def __init__( self ): self.name = '' self.id = '' self.child = [] def __setitem__( self,name,value ): if name == 'name': ...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ common_list = ''' <div class="title title2 hr-title "> ...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ def address(validation_class): if validation_class == 'required': line2_class = ...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import phunc.info as info import phunc.cx_wrapper.db_tools as db_tools from phunc.l...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ err_msg_map = { 'user_not_login':'User not login in', 'user_not_exist':'User no...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ #path #COMPANY_LOGO_PATH = 'company/' COMPANY_ROOT_PATH = '/var/fivedash/logos/' #...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ from mod_python import apache from mod_python import Session from mod_python import...
Python
#!/usr/bin/python """ Obol Hub Copyright, license, etc notice.. """ class BaseElement: def __init__( self ): self.name = '' self.id = '' self.child = [] def __setitem__( self,name,value ): if name == 'name': ...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import datetime from mod_python import apache from mod_python import Session from m...
Python
""" FIVEDASH(TM) -- General Purpose Accounting Software Copyright (C) 2008 Obol Software Pty Ltd This program is free software: you can redistribute it and/or modify it. For terms and conditions, see fivedash/license/license.txt """ import datetime from mod_python import apache from mod_python import Session from ...
Python
#!/usr/local/bin/python import xml.parsers.expat import httplib import tempfile import subprocess class XMLNode: def __init__(self, parent, name, attrs): self.parent = parent self.name = name self.attrs = attrs self.children = {} self.data = '' def addData(self, data):...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.8.2', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.8.2', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup try: import py2exe except: pass setup( name='flagpoll', version='0.9.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. S...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python from distutils.core import setup try: import py2exe except: pass setup( name='flagpoll', version='0.9.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. S...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.6.2', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.6.2', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.3.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.3.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.1.6', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.1.6', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.4.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.4.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup try: import py2exe except: pass setup( name='flagpoll', version='0.9.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. S...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python from distutils.core import setup try: import py2exe except: pass setup( name='flagpoll', version='0.9.1', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. S...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006-20...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.8.0', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python from distutils.core import setup setup( name='flagpoll', version='0.8.0', description='Flagpoll is a tool for developers to use meta-data files for storing information on what is needed to compile their software.', author='Daniel E. Shipton', author_email='dshipton@...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flagpoll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flagpoll is Copyright (C) 2006 by...
Python
#!/usr/bin/env python # ----------------------------------------------------------------- # # Flag Poll: A tool to extract flags from installed applications # for compiling, settting variables, etc. # # Original Authors: # Daniel E. Shipton <dshipton@gmail.com> # # Flag Poll is Copyright (C) 2006 ...
Python