attempt to fix up all refernces to new directory structure

This commit is contained in:
Sean Dague
2008-04-02 15:36:01 +00:00
parent 244d09b895
commit f52c8f3970
55 changed files with 78 additions and 78 deletions

View File

@@ -28,10 +28,10 @@
using System.Data;
using System.Data.Common;
using MySql.Data.MySqlClient;
using OpenSim.Framework.Data;
using OpenSim.Framework.Data.Base;
using OpenSim.Data;
using OpenSim.Data.Base;
namespace OpenSim.Framework.Data.MySQLMapper
namespace OpenSim.Data.MySQLMapper
{
public class MySQLDatabaseMapper : OpenSimDatabaseConnector
{