Renamed files bytesobject.[ch] and stringobject.[ch]

Fixed Windows build
This commit is contained in:
Christian Heimes 2008-05-26 13:42:13 +00:00
parent 72b710a596
commit 2c9c7a5f33
10 changed files with 6528 additions and 6528 deletions

View file

@ -12,7 +12,7 @@
#ifndef PGEN
#include "unicodeobject.h"
#include "stringobject.h"
#include "bytesobject.h"
#include "fileobject.h"
#include "codecs.h"
#include "abstract.h"