переименовал директорию

This commit is contained in:
rzaitov 2013-10-30 19:37:20 +04:00
parent 33c9f97e1e
commit 249cf28917
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from commands.PatchCsprojCommand import PatchCsprojCommand
from parser.ProjectParser.InsideParser import InsideParser
from parser.InsideParser.InsideParser import InsideParser
class PatchCsprojCommandBuilder:

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import unittest
from UnitTests.ProjectParser.ValueProvider import ValueProvider
from parser.ProjectParser.InsideParser import InsideParser
from parser.InsideParser.InsideParser import InsideParser
class TestCsprojParser(unittest.TestCase):