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
// Dmitry Tsatsarin | |
/* Attention!!!! | |
Required fields: | |
iconUrl, | |
type, | |
title, | |
message | |
iconUrl MUST BE(!!!!!) valid url or empty string |
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
from django.test import TestCase | |
from django.conf import settings | |
class SimpleTest(TestCase): | |
def test_basic_addition(self): | |
""" | |
Tests that 1 + 1 always equals 2. | |
""" | |
with self.settings(NAME='Tim'): |
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
трям |
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): | |
a=1 | |
class B(object): | |
b=2 | |
C=B |
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
-Computer- | |
Processor : 2x AMD Athlon(tm) II X2 220 Processor | |
Memory : 4049MB (3192MB used) | |
Operating System : Ubuntu 12.04.1 LTS | |
User Name : dmitri (Dmitry) | |
Date/Time : Вт. 18 дек. 2012 17:00:49 | |
-Display- | |
Resolution : 1280x1024 pixels | |
OpenGL Renderer : Unknown | |
X11 Vendor : The X.Org Foundation |
NewerOlder