This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A(object): | |
if windows: | |
def do_things(self): | |
# It's windows so this is a hack | |
return True | |
else: | |
def do_things(self): | |
# Not such a hack | |
return True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id$ | |
# Contributor: tobias [tobias [at] archlinux.org] | |
# Maintainer: Gaetan Bisson <[email protected]> | |
pkgname=mutt | |
pkgver=1.5.23 | |
pkgrel=1 | |
pkgdesc='Small but very powerful text-based mail client' | |
url='http://www.mutt.org/' | |
license=('GPL') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export INSTALL_MOD_STRIP=-s | |
export KBUILD_BUILD_TIMESTAMP=0 | |
export KBUILD_BUILD_USER=root | |
export KBUILD_BUILD_HOST=localhost | |
make mrproper | |
make allnoconfig | |
make -j4 |
NewerOlder