From e39bfefde9edda662f51eeaf9a482f209c7f1217 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 3 Jun 2010 15:34:17 -0300 Subject: Remove wrapper for classes: QString, QStringRef, QLatin1String, QStringMatcher, QChar and QLatin1Char. --- tests/QtCore/qdatastream_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/QtCore/qdatastream_test.py') diff --git a/tests/QtCore/qdatastream_test.py b/tests/QtCore/qdatastream_test.py index d71ed2f24..e80918597 100644 --- a/tests/QtCore/qdatastream_test.py +++ b/tests/QtCore/qdatastream_test.py @@ -3,8 +3,7 @@ import unittest -from PySide.QtCore import QDataStream, QString, QIODevice, QByteArray -from PySide.QtCore import QBitArray, QDate, QTime, QDateTime, QLine, QChar +from PySide.QtCore import * def create_bitarray(string): array = QBitArray(len(string)) -- cgit v1.2.3